Html Css Color HEX #639E95 Cadet Blue

📋 copy color: '#639E95'

red 99 ◦ green 158 ◦ blue 149

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

Shades of Cadet Blue #639E95

Tints of Cadet Blue #639E95

RGB

 RED value IS 99 (39.06% from 255) = 24.38%

 GREEN value IS 158 (62.11% from 255) = 38.92%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 24.38%
G = 38.92%
B = 36.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#639E95 (or 0x639E95) is known color: Cadet Blue. HEX triplet: 63, 9E and 95. RGB value is (99,158,149). Sum of RGB (Red+Green+Blue) = 99+158+149=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 158 - color contains mainly: green. Hex color #639E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E95 is #9C616A. Grayscale: #8B8B8B. Windows color (decimal): -10248555 or 9805411. OLE color: 9805411.

HSL color Cylindrical-coordinate representation of color #639E95: hue angle of 170.85º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639E95 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 158 149 -
CMYK 0.37 0 0.06 0.38
HSL 170.85º 0.23% 0.5% -
HSV(B) 170.85º 0.37% 0.62% -
XYZ 22.8 29.28 32.88 -
YUV 139.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 99 158 149 0.37 0 0.06 0.38 170.85 0.23 0.5
Hex 63 9E 95 25 0 6 26 AB 17 32
Octal 143 236 225 45 0 6 46 253 27 62
Binary 1100011 10011110 10010101 100101 0 110 100110 10101011 10111 110010

Color Harmonies of #639E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E95

Black with #639E95

Text Example


Text Example

White with #639E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639E95; }

 p { color: rgb(99,158,149); }

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

background-color css

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

 a { background-color: rgb(99,158,149); }

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

border-color css

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

 span { border-color: rgb(99,158,149); }

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