Html Css Color HEX #649F98 Cadet Blue

📋 copy color: '#649F98'

red 100 ◦ green 159 ◦ blue 152

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

Shades of Cadet Blue #649F98

Tints of Cadet Blue #649F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.69%

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

R = 24.33%
G = 38.69%
B = 36.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#649F98 (or 0x649F98) is known color: Cadet Blue. HEX triplet: 64, 9F and 98. RGB value is (100,159,152). Sum of RGB (Red+Green+Blue) = 100+159+152=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #649F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649F98 is #9B6067. Grayscale: #8C8C8C. Windows color (decimal): -10182760 or 10002276. OLE color: 10002276.

HSL color Cylindrical-coordinate representation of color #649F98: hue angle of 172.88º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F98 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 159 152 -
CMYK 0.37 0 0.04 0.38
HSL 172.88º 0.24% 0.51% -
HSV(B) 172.88º 0.37% 0.62% -
XYZ 23.32 29.77 34.22 -
YUV 140.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 100 159 152 0.37 0 0.04 0.38 172.88 0.24 0.51
Hex 64 9F 98 25 0 4 26 AD 18 33
Octal 144 237 230 45 0 4 46 255 30 63
Binary 1100100 10011111 10011000 100101 0 100 100110 10101101 11000 110011

Color Harmonies of #649F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F98

Black with #649F98

Text Example


Text Example

White with #649F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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