Html Css Color HEX #649896 Cadet Blue

📋 copy color: '#649896'

red 100 ◦ green 152 ◦ blue 150

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

Shades of Cadet Blue #649896

Tints of Cadet Blue #649896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.31%

R = 24.88%
G = 37.81%
B = 37.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#649896 (or 0x649896) is known color: Cadet Blue. HEX triplet: 64, 98 and 96. RGB value is (100,152,150). Sum of RGB (Red+Green+Blue) = 100+152+150=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #649896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649896 is #9B6769. Grayscale: #888888. Windows color (decimal): -10184554 or 9869412. OLE color: 9869412.

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

Color convert

RGB 100 152 150 -
CMYK 0.34 0 0.01 0.40
HSL 177.69º 0.21% 0.49% -
HSV(B) 177.69º 0.34% 0.6% -
XYZ 21.99 27.37 32.98 -
YUV 136.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 100 152 150 0.34 0 0.01 0.40 177.69 0.21 0.49
Hex 64 98 96 22 0 1 28 B2 15 31
Octal 144 230 226 42 0 1 50 262 25 61
Binary 1100100 10011000 10010110 100010 0 1 101000 10110010 10101 110001

Color Harmonies of #649896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649896

Black with #649896

Text Example


Text Example

White with #649896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649896; }

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

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

background-color css

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

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

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

border-color css

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

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

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