#669CD7

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

Shades of Picton Blue #669CD7

Tints of Picton Blue #669CD7

Color information

#669CD7 (or 0x669CD7) is unknown color: approx Picton Blue. HEX triplet: 66, 9C and D7. RGB value is (102,156,215). Sum of RGB (Red+Green+Blue) = 102+156+215=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #669CD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CD7 is #996328. Grayscale: #929292. Windows color (decimal): -10052393 or 14130278. OLE color: 14130278.

HSL color Cylindrical-coordinate representation of color #669CD7: hue angle of 211.33º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669CD7 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102156215-
CMYK0.530.2700.16
HSL211.33º58.55%62.16%-
HSV(B)211.33º52.56%84.31%-
XYZ29.6331.5168.81-
YUV146.58166.6196.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 215 (84.38% from 255) = 45.45%
R=21.56%
G=32.98%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021562150.530.2700.16211.3358.5562.16
Hex669CD7351B010d33b3e
Octal14623432765330203237376
Binary110011010011100110101111101011101101000011010011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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