Html Css Color HEX #669CCB Picton Blue

📋 copy color: '#669CCB'

red 102 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #669CCB

Tints of Picton Blue #669CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 22.13%
G = 33.84%
B = 44.03%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#669CCB (or 0x669CCB) is known color: Picton Blue. HEX triplet: 66, 9C and CB. RGB value is (102,156,203). Sum of RGB (Red+Green+Blue) = 102+156+203=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #669CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CCB is #996334. Grayscale: #909090. Windows color (decimal): -10052405 or 13343846. OLE color: 13343846.

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

Color convert

RGB 102 156 203 -
CMYK 0.50 0.23 0 0.20
HSL 207.92º 0.49% 0.6% -
HSV(B) 207.92º 0.5% 0.8% -
XYZ 28.15 30.91 60.98 -
YUV 145.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 102 156 203 0.50 0.23 0 0.20 207.92 0.49 0.6
Hex 66 9C CB 32 17 0 14 D0 31 3C
Octal 146 234 313 62 27 0 24 320 61 74
Binary 1100110 10011100 11001011 110010 10111 0 10100 11010000 110001 111100

Color Harmonies of #669CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669CCB

Black with #669CCB

Text Example


Text Example

White with #669CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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