#6CA0CC

Color #6CA0CC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6CA0CC

Tints of Picton Blue #6CA0CC

Color information

#6CA0CC (or 0x6CA0CC) is unknown color: approx 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

RGB108160204-
CMYK0.470.2200.2
HSL207.5º48.48%61.18%-
HSV(B)207.5º47.06%80%-
XYZ29.6532.6961.87-
YUV149.47158.7798.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.88%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=22.88%
G=33.90%
B=43.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1081602040.470.2200.2207.548.4861.18
Hex6CA0CC2F16014d0303d
Octal15424031457260243206075
Binary110110010100000110011001011111011001010011010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>