Html Css Color HEX #669898 Cadet Blue

📋 copy color: '#669898'

red 102 ◦ green 152 ◦ blue 152

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

Shades of Cadet Blue #669898

Tints of Cadet Blue #669898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 25.12%
G = 37.44%
B = 37.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#669898 (or 0x669898) is known color: Cadet Blue. HEX triplet: 66, 98 and 98. RGB value is (102,152,152). Sum of RGB (Red+Green+Blue) = 102+152+152=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #669898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669898 is #996767. Grayscale: #898989. Windows color (decimal): -10053480 or 10000486. OLE color: 10000486.

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

Color convert

RGB 102 152 152 -
CMYK 0.33 0 0 0.40
HSL 180º 0.2% 0.5% -
HSV(B) 180º 0.33% 0.6% -
XYZ 22.38 27.55 33.84 -
YUV 137.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 102 152 152 0.33 0 0 0.40 180 0.2 0.5
Hex 66 98 98 21 0 0 28 B4 14 32
Octal 146 230 230 41 0 0 50 264 24 62
Binary 1100110 10011000 10011000 100001 0 0 101000 10110100 10100 110010

Color Harmonies of #669898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669898

Black with #669898

Text Example


Text Example

White with #669898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669898; }

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

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

background-color css

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

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

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

border-color css

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

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

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