Html Css Color HEX #6CA2CC Picton Blue

📋 copy color: '#6CA2CC'

red 108 ◦ green 162 ◦ blue 204

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

Shades of Picton Blue #6CA2CC

Tints of Picton Blue #6CA2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 22.78%
G = 34.18%
B = 43.04%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6CA2CC (or 0x6CA2CC) is known color: Picton Blue. HEX triplet: 6C, A2 and CC. RGB value is (108,162,204). Sum of RGB (Red+Green+Blue) = 108+162+204=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CA2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA2CC is #935D33. Grayscale: #969696. Windows color (decimal): -9657652 or 13410924. OLE color: 13410924.

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

Color convert

RGB 108 162 204 -
CMYK 0.47 0.21 0 0.2
HSL 206.25º 0.48% 0.61% -
HSV(B) 206.25º 0.47% 0.8% -
XYZ 30 33.39 61.99 -
YUV 150.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 108 162 204 0.47 0.21 0 0.2 206.25 0.48 0.61
Hex 6C A2 CC 2F 15 0 14 CE 30 3D
Octal 154 242 314 57 25 0 24 316 60 75
Binary 1101100 10100010 11001100 101111 10101 0 10100 11001110 110000 111101

Color Harmonies of #6CA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA2CC

Black with #6CA2CC

Text Example


Text Example

White with #6CA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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