#6699CD

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

Shades of Picton Blue #6699CD

Tints of Picton Blue #6699CD

Color information

#6699CD (or 0x6699CD) is unknown color: approx Picton Blue. HEX triplet: 66, 99 and CD. RGB value is (102,153,205). Sum of RGB (Red+Green+Blue) = 102+153+205=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #6699CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699CD is #996632. Grayscale: #8F8F8F. Windows color (decimal): -10053171 or 13474150. OLE color: 13474150.

HSL color Cylindrical-coordinate representation of color #6699CD: hue angle of 210.29º degrees, saturation: 0.51, 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 #6699CD is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102153205-
CMYK0.500.2500.20
HSL210.29º50.74%60.2%-
HSV(B)210.29º50.24%80.39%-
XYZ27.8930.0262.08-
YUV143.68162.698.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=22.17%
G=33.26%
B=44.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021532050.500.2500.20210.2950.7460.2
Hex6699CD3219014d2333c
Octal14623131562310243226374
Binary110011010011001110011011100101100101010011010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6699CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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