Html Css Color HEX #669799 Cadet Blue

📋 copy color: '#669799'

red 102 ◦ green 151 ◦ blue 153

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

Shades of Cadet Blue #669799

Tints of Cadet Blue #669799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.19%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 25.12%
G = 37.19%
B = 37.68%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#669799 (or 0x669799) is known color: Cadet Blue. HEX triplet: 66, 97 and 99. RGB value is (102,151,153). Sum of RGB (Red+Green+Blue) = 102+151+153=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #669799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669799 is #996866. Grayscale: #888888. Windows color (decimal): -10053735 or 10065766. OLE color: 10065766.

HSL color Cylindrical-coordinate representation of color #669799: hue angle of 182.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669799 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 151 153 -
CMYK 0.33 0.01 0 0.4
HSL 182.35º 0.2% 0.5% -
HSV(B) 182.35º 0.33% 0.6% -
XYZ 22.3 27.26 34.22 -
YUV 136.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 102 151 153 0.33 0.01 0 0.4 182.35 0.2 0.5
Hex 66 97 99 21 1 0 28 B6 14 32
Octal 146 227 231 41 1 0 50 266 24 62
Binary 1100110 10010111 10011001 100001 1 0 101000 10110110 10100 110010

Color Harmonies of #669799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669799

Black with #669799

Text Example


Text Example

White with #669799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669799; }

 p { color: rgb(102,151,153); }

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

background-color css

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

 a { background-color: rgb(102,151,153); }

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

border-color css

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

 span { border-color: rgb(102,151,153); }

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