Html Css Color HEX #649898 Cadet Blue

📋 copy color: '#649898'

red 100 ◦ green 152 ◦ blue 152

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

Shades of Cadet Blue #649898

Tints of Cadet Blue #649898

RGB

 RED value IS 100 (39.45% from 255) = 24.75%

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

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

R = 24.75%
G = 37.62%
B = 37.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#649898 (or 0x649898) is known color: Cadet Blue. HEX triplet: 64, 98 and 98. RGB value is (100,152,152). Sum of RGB (Red+Green+Blue) = 100+152+152=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #649898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649898 is #9B6767. Grayscale: #888888. Windows color (decimal): -10184552 or 10000484. OLE color: 10000484.

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

Color convert

RGB 100 152 152 -
CMYK 0.34 0 0 0.40
HSL 180º 0.21% 0.49% -
HSV(B) 180º 0.34% 0.6% -
XYZ 22.15 27.43 33.83 -
YUV 136.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 100 152 152 0.34 0 0 0.40 180 0.21 0.49
Hex 64 98 98 22 0 0 28 B4 15 31
Octal 144 230 230 42 0 0 50 264 25 61
Binary 1100100 10011000 10011000 100010 0 0 101000 10110100 10101 110001

Color Harmonies of #649898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649898

Black with #649898

Text Example


Text Example

White with #649898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649898; }

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

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

background-color css

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

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

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

border-color css

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

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

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