Html Css Color HEX #639DAA Cadet Blue

📋 copy color: '#639DAA'

red 99 ◦ green 157 ◦ blue 170

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

Shades of Cadet Blue #639DAA

Tints of Cadet Blue #639DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 23.24%
G = 36.85%
B = 39.91%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#639DAA (or 0x639DAA) is known color: Cadet Blue. HEX triplet: 63, 9D and AA. RGB value is (99,157,170). Sum of RGB (Red+Green+Blue) = 99+157+170=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #639DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639DAA is #9C6255. Grayscale: #8D8D8D. Windows color (decimal): -10248790 or 11181411. OLE color: 11181411.

HSL color Cylindrical-coordinate representation of color #639DAA: hue angle of 190.99º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #639DAA is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 157 170 -
CMYK 0.42 0.08 0 0.33
HSL 190.99º 0.29% 0.53% -
HSV(B) 190.99º 0.42% 0.67% -
XYZ 24.46 29.67 42.47 -
YUV 141.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 99 157 170 0.42 0.08 0 0.33 190.99 0.29 0.53
Hex 63 9D AA 2A 8 0 21 BF 1D 35
Octal 143 235 252 52 10 0 41 277 35 65
Binary 1100011 10011101 10101010 101010 1000 0 100001 10111111 11101 110101

Color Harmonies of #639DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639DAA

Black with #639DAA

Text Example


Text Example

White with #639DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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