Html Css Color HEX #649996 Cadet Blue

📋 copy color: '#649996'

red 100 ◦ green 153 ◦ blue 150

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

Shades of Cadet Blue #649996

Tints of Cadet Blue #649996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.97%

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

R = 24.81%
G = 37.97%
B = 37.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#649996 (or 0x649996) is known color: Cadet Blue. HEX triplet: 64, 99 and 96. RGB value is (100,153,150). Sum of RGB (Red+Green+Blue) = 100+153+150=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #649996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649996 is #9B6669. Grayscale: #888888. Windows color (decimal): -10184298 or 9869668. OLE color: 9869668.

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

Color convert

RGB 100 153 150 -
CMYK 0.35 0 0.02 0.4
HSL 176.6º 0.21% 0.5% -
HSV(B) 176.6º 0.35% 0.6% -
XYZ 22.15 27.69 33.03 -
YUV 136.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 100 153 150 0.35 0 0.02 0.4 176.6 0.21 0.5
Hex 64 99 96 23 0 2 28 B1 15 32
Octal 144 231 226 43 0 2 50 261 25 62
Binary 1100100 10011001 10010110 100011 0 10 101000 10110001 10101 110010

Color Harmonies of #649996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649996

Black with #649996

Text Example


Text Example

White with #649996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649996; }

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

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

background-color css

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

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

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

border-color css

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

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

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