#649E94

Color #649E94 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #649E94

Tints of Cadet Blue #649E94

Color information

#649E94 (or 0x649E94) is unknown color: approx Cadet Blue. HEX triplet: 64, 9E and 94. RGB value is (100,158,148). Sum of RGB (Red+Green+Blue) = 100+158+148=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #649E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649E94 is #9B616B. Grayscale: #8B8B8B. Windows color (decimal): -10183020 or 9739876. OLE color: 9739876.

HSL color Cylindrical-coordinate representation of color #649E94: hue angle of 169.66º degrees, saturation: 0.23, 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 #649E94 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB100158148-
CMYK0.3700.060.38
HSL169.66º23.02%50.59%-
HSV(B)169.66º36.71%61.96%-
XYZ22.8329.332.47-
YUV139.52132.7899.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.63%
GREEN value IS 158 (62.11% from 255) = 38.92%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=24.63%
G=38.92%
B=36.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001581480.3700.060.38169.6623.0250.59
Hex649E94250626aa1733
Octal1442362244506462522763
Binary1100100100111101001010010010101101001101010101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #649E94;
 }
 .AnyTagClassName
 {
   color: #649E94;
 }
</style>
background-color css

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

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

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

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

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

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