Html Css Color HEX #669FCA Picton Blue

📋 copy color: '#669FCA'

red 102 ◦ green 159 ◦ blue 202

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

Shades of Picton Blue #669FCA

Tints of Picton Blue #669FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 22.03%
G = 34.34%
B = 43.63%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#669FCA (or 0x669FCA) is known color: Picton Blue. HEX triplet: 66, 9F and CA. RGB value is (102,159,202). Sum of RGB (Red+Green+Blue) = 102+159+202=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #669FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669FCA is #996035. Grayscale: #929292. Windows color (decimal): -10051638 or 13279078. OLE color: 13279078.

HSL color Cylindrical-coordinate representation of color #669FCA: hue angle of 205.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #669FCA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 159 202 -
CMYK 0.50 0.21 0 0.21
HSL 205.8º 0.49% 0.6% -
HSV(B) 205.8º 0.5% 0.79% -
XYZ 28.54 31.89 60.53 -
YUV 146.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 102 159 202 0.50 0.21 0 0.21 205.8 0.49 0.6
Hex 66 9F CA 32 15 0 15 CE 31 3C
Octal 146 237 312 62 25 0 25 316 61 74
Binary 1100110 10011111 11001010 110010 10101 0 10101 11001110 110001 111100

Color Harmonies of #669FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669FCA

Black with #669FCA

Text Example


Text Example

White with #669FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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