#67A6CB

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

Shades of Picton Blue #67A6CB

Tints of Picton Blue #67A6CB

Color information

#67A6CB (or 0x67A6CB) is unknown color: approx Picton Blue. HEX triplet: 67, A6 and CB. RGB value is (103,166,203). Sum of RGB (Red+Green+Blue) = 103+166+203=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #67A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A6CB is #985934. Grayscale: #979797. Windows color (decimal): -9984309 or 13346407. OLE color: 13346407.

HSL color Cylindrical-coordinate representation of color #67A6CB: hue angle of 202.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67A6CB is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103166203-
CMYK0.490.1800.20
HSL202.2º49.02%60%-
HSV(B)202.2º49.26%79.61%-
XYZ30.0134.4761.57-
YUV151.38157.1393.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.82%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=21.82%
G=35.17%
B=43.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031662030.490.1800.20202.249.0260
Hex67A6CB3112014ca313c
Octal14724631361220243126174
Binary110011110100110110010111100011001001010011001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,166,203); }

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

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

 a { background-color: rgb(103,166,203); }

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

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

 span { border-color: rgb(103,166,203); }

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