#67A3DE

Color #67A3DE Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #67A3DE

Tints of Picton Blue #67A3DE

Color information

#67A3DE (or 0x67A3DE) is unknown color: approx Picton Blue. HEX triplet: 67, A3 and DE. RGB value is (103,163,222). Sum of RGB (Red+Green+Blue) = 103+163+222=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #67A3DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A3DE is #985C21. Grayscale: #979797. Windows color (decimal): -9985058 or 14590823. OLE color: 14590823.

HSL color Cylindrical-coordinate representation of color #67A3DE: hue angle of 209.75º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67A3DE is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103163222-
CMYK0.540.2700.13
HSL209.75º64.32%63.73%-
HSV(B)209.75º53.6%87.06%-
XYZ31.8834.3574.06-
YUV151.79167.6293.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 21.11%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=21.11%
G=33.40%
B=45.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031632220.540.2700.13209.7564.3263.73
Hex67A3DE361B0Dd24040
Octal1472433366633015322100100
Binary1100111101000111101111011011011011011011101001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67A3DE; }

 p { color: rgb(103,163,222); }

 H1.HeaderClassName
 {
   color: #67A3DE;
 }
 .AnyTagClassName
 {
   color: #67A3DE;
 }
</style>
background-color css

<style>
 a { background-color: #67A3DE; }

 a { background-color: rgb(103,163,222); }

 div.DivClassName
 {
   background-color: #67A3DE;
 }
 .BgClassName
 {
   background-color: #67A3DE;
 }
</style>
border-color css

<style>
 span { border-color: #67A3DE; }

 span { border-color: rgb(103,163,222); }

 td.TdClassName
 {
   border-color: #67A3DE;
 }
 .TagClassName
 {
   border-color: #67A3DE;
 }
</style>