Html Css Color HEX #6CA2CD Picton Blue

📋 copy color: '#6CA2CD'

red 108 ◦ green 162 ◦ blue 205

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

Shades of Picton Blue #6CA2CD

Tints of Picton Blue #6CA2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.11%

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

R = 22.74%
G = 34.11%
B = 43.16%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6CA2CD (or 0x6CA2CD) is known color: Picton Blue. HEX triplet: 6C, A2 and CD. RGB value is (108,162,205). Sum of RGB (Red+Green+Blue) = 108+162+205=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CA2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA2CD is #935D32. Grayscale: #969696. Windows color (decimal): -9657651 or 13476460. OLE color: 13476460.

HSL color Cylindrical-coordinate representation of color #6CA2CD: hue angle of 206.6º 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 #6CA2CD is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 162 205 -
CMYK 0.47 0.21 0 0.20
HSL 206.6º 0.49% 0.61% -
HSV(B) 206.6º 0.47% 0.8% -
XYZ 30.12 33.44 62.62 -
YUV 150.76 158.61 97.5 -
System Red Green Blue C M Y K H S L
Decimal 108 162 205 0.47 0.21 0 0.20 206.6 0.49 0.61
Hex 6C A2 CD 2F 15 0 14 CF 31 3D
Octal 154 242 315 57 25 0 24 317 61 75
Binary 1101100 10100010 11001101 101111 10101 0 10100 11001111 110001 111101

Color Harmonies of #6CA2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA2CD

Black with #6CA2CD

Text Example


Text Example

White with #6CA2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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