#6CA9D0

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

Shades of Picton Blue #6CA9D0

Tints of Picton Blue #6CA9D0

Color information

#6CA9D0 (or 0x6CA9D0) is unknown color: approx Picton Blue. HEX triplet: 6C, A9 and D0. RGB value is (108,169,208). Sum of RGB (Red+Green+Blue) = 108+169+208=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CA9D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA9D0 is #93562F. Grayscale: #9A9A9A. Windows color (decimal): -9655856 or 13674860. OLE color: 13674860.

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

Color convert

RGB108169208-
CMYK0.480.1900.18
HSL203.4º51.55%61.96%-
HSV(B)203.4º48.08%81.57%-
XYZ31.7636.1264.97-
YUV155.21157.7994.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.27%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=22.27%
G=34.85%
B=42.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1081692080.480.1900.18203.451.5561.96
Hex6CA9D03013012cb343e
Octal15425132060230223136476
Binary110110010101001110100001100001001101001011001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,169,208); }

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

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

 a { background-color: rgb(108,169,208); }

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

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

 span { border-color: rgb(108,169,208); }

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