#6C99CE

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

Shades of Picton Blue #6C99CE

Tints of Picton Blue #6C99CE

Color information

#6C99CE (or 0x6C99CE) is unknown color: approx Picton Blue. HEX triplet: 6C, 99 and CE. RGB value is (108,153,206). Sum of RGB (Red+Green+Blue) = 108+153+206=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C99CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C99CE is #936631. Grayscale: #919191. Windows color (decimal): -9659954 or 13539692. OLE color: 13539692.

HSL color Cylindrical-coordinate representation of color #6C99CE: hue angle of 212.45º degrees, saturation: 0.5, 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 #6C99CE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB108153206-
CMYK0.480.2600.19
HSL212.45º50%61.57%-
HSV(B)212.45º47.57%80.78%-
XYZ28.7230.4362.75-
YUV145.59162.09101.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.13%
GREEN value IS 153 (60.16% from 255) = 32.76%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=23.13%
G=32.76%
B=44.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081532060.480.2600.19212.455061.57
Hex6C99CE301A013d4323e
Octal15423131660320233246276
Binary110110010011001110011101100001101001001111010100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,153,206); }

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

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

 a { background-color: rgb(108,153,206); }

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

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

 span { border-color: rgb(108,153,206); }

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