Html Css Color HEX #6CA8CD Picton Blue

📋 copy color: '#6CA8CD'

red 108 ◦ green 168 ◦ blue 205

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

Shades of Picton Blue #6CA8CD

Tints of Picton Blue #6CA8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 22.45%
G = 34.93%
B = 42.62%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CA8CD (or 0x6CA8CD) is known color: Picton Blue. HEX triplet: 6C, A8 and CD. RGB value is (108,168,205). Sum of RGB (Red+Green+Blue) = 108+168+205=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CA8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA8CD is #935732. Grayscale: #9A9A9A. Windows color (decimal): -9656115 or 13477996. OLE color: 13477996.

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

Color convert

RGB 108 168 205 -
CMYK 0.47 0.18 0 0.20
HSL 202.89º 0.49% 0.61% -
HSV(B) 202.89º 0.47% 0.8% -
XYZ 31.21 35.6 62.98 -
YUV 154.28 156.62 94.99 -
System Red Green Blue C M Y K H S L
Decimal 108 168 205 0.47 0.18 0 0.20 202.89 0.49 0.61
Hex 6C A8 CD 2F 12 0 14 CB 31 3D
Octal 154 250 315 57 22 0 24 313 61 75
Binary 1101100 10101000 11001101 101111 10010 0 10100 11001011 110001 111101

Color Harmonies of #6CA8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA8CD

Black with #6CA8CD

Text Example


Text Example

White with #6CA8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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