Html Css Color HEX #669CCE Picton Blue

📋 copy color: '#669CCE'

red 102 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #669CCE

Tints of Picton Blue #669CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.62%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 21.98%
G = 33.62%
B = 44.4%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#669CCE (or 0x669CCE) is known color: Picton Blue. HEX triplet: 66, 9C and CE. RGB value is (102,156,206). Sum of RGB (Red+Green+Blue) = 102+156+206=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #669CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CCE is #996331. Grayscale: #919191. Windows color (decimal): -10052402 or 13540454. OLE color: 13540454.

HSL color Cylindrical-coordinate representation of color #669CCE: hue angle of 208.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669CCE is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 156 206 -
CMYK 0.50 0.24 0 0.19
HSL 208.85º 0.51% 0.6% -
HSV(B) 208.85º 0.5% 0.81% -
XYZ 28.51 31.06 62.88 -
YUV 145.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 102 156 206 0.50 0.24 0 0.19 208.85 0.51 0.6
Hex 66 9C CE 32 18 0 13 D1 33 3C
Octal 146 234 316 62 30 0 23 321 63 74
Binary 1100110 10011100 11001110 110010 11000 0 10011 11010001 110011 111100

Color Harmonies of #669CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669CCE

Black with #669CCE

Text Example


Text Example

White with #669CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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