#6C9CCF

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

Shades of Picton Blue #6C9CCF

Tints of Picton Blue #6C9CCF

Color information

#6C9CCF (or 0x6C9CCF) is unknown color: approx Picton Blue. HEX triplet: 6C, 9C and CF. RGB value is (108,156,207). Sum of RGB (Red+Green+Blue) = 108+156+207=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C9CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9CCF is #936330. Grayscale: #939393. Windows color (decimal): -9659185 or 13605996. OLE color: 13605996.

HSL color Cylindrical-coordinate representation of color #6C9CCF: hue angle of 210.91º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C9CCF is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108156207-
CMYK0.480.2500.19
HSL210.91º50.77%61.76%-
HSV(B)210.91º47.83%81.18%-
XYZ29.3431.4763.56-
YUV147.46161.699.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.93%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=22.93%
G=33.12%
B=43.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081562070.480.2500.19210.9150.7761.76
Hex6C9CCF3019013d3333e
Octal15423431760310233236376
Binary110110010011100110011111100001100101001111010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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