Html Css Color HEX #669FCC Picton Blue

📋 copy color: '#669FCC'

red 102 ◦ green 159 ◦ blue 204

#669FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #669FCC

Tints of Picton Blue #669FCC

RGB

 RED value IS 102 (40.23% from 255) = 21.94%

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 21.94%
G = 34.19%
B = 43.87%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#669FCC (or 0x669FCC) is known color: Picton Blue. HEX triplet: 66, 9F and CC. RGB value is (102,159,204). Sum of RGB (Red+Green+Blue) = 102+159+204=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #669FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FCC is #996033. Grayscale: #929292. Windows color (decimal): -10051636 or 13410150. OLE color: 13410150.

HSL color Cylindrical-coordinate representation of color #669FCC: hue angle of 206.47º 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 #669FCC is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 159 204 -
CMYK 0.5 0.22 0 0.2
HSL 206.47º 0.5% 0.6% -
HSV(B) 206.47º 0.5% 0.8% -
XYZ 28.78 31.98 61.78 -
YUV 147.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 102 159 204 0.5 0.22 0 0.2 206.47 0.5 0.6
Hex 66 9F CC 32 16 0 14 CE 32 3C
Octal 146 237 314 62 26 0 24 316 62 74
Binary 1100110 10011111 11001100 110010 10110 0 10100 11001110 110010 111100

Color Harmonies of #669FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669FCC

Black with #669FCC

Text Example


Text Example

White with #669FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #669FCC;
 }
 .AnyTagClassName
 {
   color: #669FCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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