Html Css Color HEX #669DCB Picton Blue

📋 copy color: '#669DCB'

red 102 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #669DCB

Tints of Picton Blue #669DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.98%

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

R = 22.08%
G = 33.98%
B = 43.94%

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

#669DCB (or 0x669DCB) is known color: Picton Blue. HEX triplet: 66, 9D and CB. RGB value is (102,157,203). Sum of RGB (Red+Green+Blue) = 102+157+203=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #669DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669DCB is #996234. Grayscale: #919191. Windows color (decimal): -10052149 or 13344102. OLE color: 13344102.

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

Color convert

RGB 102 157 203 -
CMYK 0.50 0.23 0 0.20
HSL 207.33º 0.49% 0.6% -
HSV(B) 207.33º 0.5% 0.8% -
XYZ 28.32 31.25 61.04 -
YUV 145.8 160.28 96.76 -
System Red Green Blue C M Y K H S L
Decimal 102 157 203 0.50 0.23 0 0.20 207.33 0.49 0.6
Hex 66 9D CB 32 17 0 14 CF 31 3C
Octal 146 235 313 62 27 0 24 317 61 74
Binary 1100110 10011101 11001011 110010 10111 0 10100 11001111 110001 111100

Color Harmonies of #669DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DCB

Black with #669DCB

Text Example


Text Example

White with #669DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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