#669CCA

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

Shades of Picton Blue #669CCA

Tints of Picton Blue #669CCA

Color information

#669CCA (or 0x669CCA) is unknown color: approx Picton Blue. HEX triplet: 66, 9C and CA. RGB value is (102,156,202). Sum of RGB (Red+Green+Blue) = 102+156+202=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #669CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CCA is #996335. Grayscale: #909090. Windows color (decimal): -10052406 or 13278310. OLE color: 13278310.

HSL color Cylindrical-coordinate representation of color #669CCA: hue angle of 207.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669CCA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102156202-
CMYK0.500.2300.21
HSL207.6º48.54%59.61%-
HSV(B)207.6º49.5%79.22%-
XYZ28.0330.8760.36-
YUV145.1160.1197.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=22.17%
G=33.91%
B=43.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021562020.500.2300.21207.648.5459.61
Hex669CCA3217015d0313c
Octal14623431262270253206174
Binary110011010011100110010101100101011101010111010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669CCA; }

 p { color: rgb(102,156,202); }

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

<style>
 a { background-color: #669CCA; }

 a { background-color: rgb(102,156,202); }

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

<style>
 span { border-color: #669CCA; }

 span { border-color: rgb(102,156,202); }

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