Html Css Color HEX #6CA0CC Picton Blue

📋 copy color: '#6CA0CC'

red 108 ◦ green 160 ◦ blue 204

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

Shades of Picton Blue #6CA0CC

Tints of Picton Blue #6CA0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.9%

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

R = 22.88%
G = 33.9%
B = 43.22%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6CA0CC (or 0x6CA0CC) is known color: Picton Blue. HEX triplet: 6C, A0 and CC. RGB value is (108,160,204). Sum of RGB (Red+Green+Blue) = 108+160+204=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #6CA0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA0CC is #935F33. Grayscale: #959595. Windows color (decimal): -9658164 or 13410412. OLE color: 13410412.

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

Color convert

RGB 108 160 204 -
CMYK 0.47 0.22 0 0.2
HSL 207.5º 0.48% 0.61% -
HSV(B) 207.5º 0.47% 0.8% -
XYZ 29.65 32.69 61.87 -
YUV 149.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 108 160 204 0.47 0.22 0 0.2 207.5 0.48 0.61
Hex 6C A0 CC 2F 16 0 14 D0 30 3D
Octal 154 240 314 57 26 0 24 320 60 75
Binary 1101100 10100000 11001100 101111 10110 0 10100 11010000 110000 111101

Color Harmonies of #6CA0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA0CC

Black with #6CA0CC

Text Example


Text Example

White with #6CA0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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