Html Css Color HEX #669495 Cadet Blue

📋 copy color: '#669495'

red 102 ◦ green 148 ◦ blue 149

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

Shades of Cadet Blue #669495

Tints of Cadet Blue #669495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 25.56%
G = 37.09%
B = 37.34%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#669495 (or 0x669495) is known color: Cadet Blue. HEX triplet: 66, 94 and 95. RGB value is (102,148,149). Sum of RGB (Red+Green+Blue) = 102+148+149=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #669495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669495 is #996B6A. Grayscale: #868686. Windows color (decimal): -10054507 or 9802854. OLE color: 9802854.

HSL color Cylindrical-coordinate representation of color #669495: hue angle of 181.28º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669495 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 148 149 -
CMYK 0.32 0.01 0 0.42
HSL 181.28º 0.19% 0.49% -
HSV(B) 181.28º 0.32% 0.58% -
XYZ 21.49 26.17 32.35 -
YUV 134.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 102 148 149 0.32 0.01 0 0.42 181.28 0.19 0.49
Hex 66 94 95 20 1 0 2A B5 13 31
Octal 146 224 225 40 1 0 52 265 23 61
Binary 1100110 10010100 10010101 100000 1 0 101010 10110101 10011 110001

Color Harmonies of #669495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669495

Black with #669495

Text Example


Text Example

White with #669495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669495; }

 p { color: rgb(102,148,149); }

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

background-color css

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

 a { background-color: rgb(102,148,149); }

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

border-color css

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

 span { border-color: rgb(102,148,149); }

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