Html Css Color HEX #669498 Cadet Blue

📋 copy color: '#669498'

red 102 ◦ green 148 ◦ blue 152

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

Shades of Cadet Blue #669498

Tints of Cadet Blue #669498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.81%

R = 25.37%
G = 36.82%
B = 37.81%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#669498 (or 0x669498) is known color: Cadet Blue. HEX triplet: 66, 94 and 98. RGB value is (102,148,152). Sum of RGB (Red+Green+Blue) = 102+148+152=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #669498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669498 is #996B67. Grayscale: #868686. Windows color (decimal): -10054504 or 9999462. OLE color: 9999462.

HSL color Cylindrical-coordinate representation of color #669498: hue angle of 184.8º 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 #669498 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 148 152 -
CMYK 0.33 0.03 0 0.40
HSL 184.8º 0.2% 0.5% -
HSV(B) 184.8º 0.33% 0.6% -
XYZ 21.74 26.27 33.63 -
YUV 134.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 102 148 152 0.33 0.03 0 0.40 184.8 0.2 0.5
Hex 66 94 98 21 3 0 28 B9 14 32
Octal 146 224 230 41 3 0 50 271 24 62
Binary 1100110 10010100 10011000 100001 11 0 101000 10111001 10100 110010

Color Harmonies of #669498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669498

Black with #669498

Text Example


Text Example

White with #669498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669498; }

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

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

background-color css

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

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

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

border-color css

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

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

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