Html Css Color HEX #639D95 Cadet Blue

📋 copy color: '#639D95'

red 99 ◦ green 157 ◦ blue 149

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

Shades of Cadet Blue #639D95

Tints of Cadet Blue #639D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.77%

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

R = 24.44%
G = 38.77%
B = 36.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#639D95 (or 0x639D95) is known color: Cadet Blue. HEX triplet: 63, 9D and 95. RGB value is (99,157,149). Sum of RGB (Red+Green+Blue) = 99+157+149=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #639D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639D95 is #9C626A. Grayscale: #8A8A8A. Windows color (decimal): -10248811 or 9805155. OLE color: 9805155.

HSL color Cylindrical-coordinate representation of color #639D95: hue angle of 171.72º 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 #639D95 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 157 149 -
CMYK 0.37 0 0.05 0.38
HSL 171.72º 0.23% 0.5% -
HSV(B) 171.72º 0.37% 0.62% -
XYZ 22.63 28.94 32.83 -
YUV 138.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 99 157 149 0.37 0 0.05 0.38 171.72 0.23 0.5
Hex 63 9D 95 25 0 5 26 AC 17 32
Octal 143 235 225 45 0 5 46 254 27 62
Binary 1100011 10011101 10010101 100101 0 101 100110 10101100 10111 110010

Color Harmonies of #639D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639D95

Black with #639D95

Text Example


Text Example

White with #639D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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