Html Css Color HEX #649994 Cadet Blue

📋 copy color: '#649994'

red 100 ◦ green 153 ◦ blue 148

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

Shades of Cadet Blue #649994

Tints of Cadet Blue #649994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 24.94%
G = 38.15%
B = 36.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#649994 (or 0x649994) is known color: Cadet Blue. HEX triplet: 64, 99 and 94. RGB value is (100,153,148). Sum of RGB (Red+Green+Blue) = 100+153+148=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #649994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649994 is #9B666B. Grayscale: #888888. Windows color (decimal): -10184300 or 9738596. OLE color: 9738596.

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

Color convert

RGB 100 153 148 -
CMYK 0.35 0 0.03 0.4
HSL 174.34º 0.21% 0.5% -
HSV(B) 174.34º 0.35% 0.6% -
XYZ 21.99 27.63 32.19 -
YUV 136.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 100 153 148 0.35 0 0.03 0.4 174.34 0.21 0.5
Hex 64 99 94 23 0 3 28 AE 15 32
Octal 144 231 224 43 0 3 50 256 25 62
Binary 1100100 10011001 10010100 100011 0 11 101000 10101110 10101 110010

Color Harmonies of #649994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649994

Black with #649994

Text Example


Text Example

White with #649994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649994; }

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

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

background-color css

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

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

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

border-color css

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

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

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