#6C9CCB

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

Shades of Picton Blue #6C9CCB

Tints of Picton Blue #6C9CCB

Color information

#6C9CCB (or 0x6C9CCB) is unknown color: approx Picton Blue. HEX triplet: 6C, 9C and CB. RGB value is (108,156,203). Sum of RGB (Red+Green+Blue) = 108+156+203=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9CCB is #936334. Grayscale: #929292. Windows color (decimal): -9659189 or 13343852. OLE color: 13343852.

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

Color convert

RGB108156203-
CMYK0.470.2300.20
HSL209.68º47.74%60.98%-
HSV(B)209.68º46.8%79.61%-
XYZ28.8531.2861.02-
YUV147.01159.6100.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.13%
GREEN value IS 156 (61.33% from 255) = 33.40%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=23.13%
G=33.40%
B=43.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081562030.470.2300.20209.6847.7460.98
Hex6C9CCB2F17014d2303d
Octal15423431357270243226075
Binary110110010011100110010111011111011101010011010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,156,203); }

 H1.HeaderClassName
 {
   color: #6C9CCB;
 }
 .AnyTagClassName
 {
   color: #6C9CCB;
 }
</style>
background-color css

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

 a { background-color: rgb(108,156,203); }

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

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

 span { border-color: rgb(108,156,203); }

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