#6CA8D2

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

Shades of Picton Blue #6CA8D2

Tints of Picton Blue #6CA8D2

Color information

#6CA8D2 (or 0x6CA8D2) is unknown color: approx Picton Blue. HEX triplet: 6C, A8 and D2. RGB value is (108,168,210). Sum of RGB (Red+Green+Blue) = 108+168+210=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #6CA8D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8D2 is #93572D. Grayscale: #9A9A9A. Windows color (decimal): -9656110 or 13805676. OLE color: 13805676.

HSL color Cylindrical-coordinate representation of color #6CA8D2: hue angle of 204.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CA8D2 is Cyan = 0.49, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB108168210-
CMYK0.490.200.18
HSL204.71º53.12%62.35%-
HSV(B)204.71º48.57%82.35%-
XYZ31.8235.8566.21-
YUV154.85159.1294.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 210 (82.42% from 255) = 43.21%
R=22.22%
G=34.57%
B=43.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1081682100.490.200.18204.7153.1262.35
Hex6CA8D23114012cd353e
Octal15425032261240223156576
Binary110110010101000110100101100011010001001011001101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA8D2; }

 p { color: rgb(108,168,210); }

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

<style>
 a { background-color: #6CA8D2; }

 a { background-color: rgb(108,168,210); }

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

<style>
 span { border-color: #6CA8D2; }

 span { border-color: rgb(108,168,210); }

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