#6699CC

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

Shades of Picton Blue #6699CC

Tints of Picton Blue #6699CC

Color information

#6699CC (or 0x6699CC) is unknown color: approx Picton Blue. HEX triplet: 66, 99 and CC. RGB value is (102,153,204). Sum of RGB (Red+Green+Blue) = 102+153+204=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #6699CC is a web safe color. Inversed color of #6699CC is #996633. Grayscale: #8F8F8F. Windows color (decimal): -10053172 or 13408614. OLE color: 13408614.

HSL color Cylindrical-coordinate representation of color #6699CC: hue angle of 210º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6699CC is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102153204-
CMYK0.50.2500.2
HSL210º50%60%-
HSV(B)210º50%80%-
XYZ27.7729.9761.45-
YUV143.56162.198.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.22%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=22.22%
G=33.33%
B=44.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021532040.50.2500.22105060
Hex6699CC3219014d2323c
Octal14623131462310243226274
Binary110011010011001110011001100101100101010011010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6699CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6699CC; }

 p { color: rgb(102,153,204); }

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

<style>
 a { background-color: #6699CC; }

 a { background-color: rgb(102,153,204); }

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

<style>
 span { border-color: #6699CC; }

 span { border-color: rgb(102,153,204); }

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