Html Css Color HEX #639B95 Cadet Blue

📋 copy color: '#639B95'

red 99 ◦ green 155 ◦ blue 149

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

Shades of Cadet Blue #639B95

Tints of Cadet Blue #639B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

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

R = 24.57%
G = 38.46%
B = 36.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#639B95 (or 0x639B95) is known color: Cadet Blue. HEX triplet: 63, 9B and 95. RGB value is (99,155,149). Sum of RGB (Red+Green+Blue) = 99+155+149=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #639B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B95 is #9C646A. Grayscale: #898989. Windows color (decimal): -10249323 or 9804643. OLE color: 9804643.

HSL color Cylindrical-coordinate representation of color #639B95: hue angle of 173.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B95 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 149 -
CMYK 0.36 0 0.04 0.39
HSL 173.57º 0.22% 0.5% -
HSV(B) 173.57º 0.36% 0.61% -
XYZ 22.29 28.27 32.71 -
YUV 137.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 99 155 149 0.36 0 0.04 0.39 173.57 0.22 0.5
Hex 63 9B 95 24 0 4 27 AE 16 32
Octal 143 233 225 44 0 4 47 256 26 62
Binary 1100011 10011011 10010101 100100 0 100 100111 10101110 10110 110010

Color Harmonies of #639B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B95

Black with #639B95

Text Example


Text Example

White with #639B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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