Html Css Color HEX #6CA8CE Picton Blue

📋 copy color: '#6CA8CE'

red 108 ◦ green 168 ◦ blue 206

#6CA8CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #6CA8CE

Tints of Picton Blue #6CA8CE

RGB

 RED value IS 108 (42.58% from 255) = 22.41%

 GREEN value IS 168 (66.02% from 255) = 34.85%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 22.41%
G = 34.85%
B = 42.74%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CA8CE (or 0x6CA8CE) is known color: Picton Blue. HEX triplet: 6C, A8 and CE. RGB value is (108,168,206). Sum of RGB (Red+Green+Blue) = 108+168+206=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CA8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8CE is #935731. Grayscale: #9A9A9A. Windows color (decimal): -9656114 or 13543532. OLE color: 13543532.

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

Color convert

RGB 108 168 206 -
CMYK 0.48 0.18 0 0.19
HSL 203.27º 0.5% 0.62% -
HSV(B) 203.27º 0.48% 0.81% -
XYZ 31.33 35.65 63.62 -
YUV 154.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 108 168 206 0.48 0.18 0 0.19 203.27 0.5 0.62
Hex 6C A8 CE 30 12 0 13 CB 32 3E
Octal 154 250 316 60 22 0 23 313 62 76
Binary 1101100 10101000 11001110 110000 10010 0 10011 11001011 110010 111110

Color Harmonies of #6CA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA8CE

Black with #6CA8CE

Text Example


Text Example

White with #6CA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CA8CE;
 }
 .AnyTagClassName
 {
   color: #6CA8CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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