#669ACB

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

Shades of Picton Blue #669ACB

Tints of Picton Blue #669ACB

Color information

#669ACB (or 0x669ACB) is unknown color: approx Picton Blue. HEX triplet: 66, 9A and CB. RGB value is (102,154,203). Sum of RGB (Red+Green+Blue) = 102+154+203=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #669ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ACB is #996534. Grayscale: #8F8F8F. Windows color (decimal): -10052917 or 13343334. OLE color: 13343334.

HSL color Cylindrical-coordinate representation of color #669ACB: hue angle of 209.11º degrees, saturation: 0.49, 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 #669ACB is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102154203-
CMYK0.500.2400.20
HSL209.11º49.27%59.8%-
HSV(B)209.11º49.75%79.61%-
XYZ27.8130.2560.87-
YUV144.04161.2798.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.22%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=22.22%
G=33.55%
B=44.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021542030.500.2400.20209.1149.2759.8
Hex669ACB3218014d1313c
Octal14623231362300243216174
Binary110011010011010110010111100101100001010011010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,154,203); }

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

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

 a { background-color: rgb(102,154,203); }

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

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

 span { border-color: rgb(102,154,203); }

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