Html Css Color HEX #639EAA Cadet Blue

📋 copy color: '#639EAA'

red 99 ◦ green 158 ◦ blue 170

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

Shades of Cadet Blue #639EAA

Tints of Cadet Blue #639EAA

RGB

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

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

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

R = 23.19%
G = 37%
B = 39.81%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#639EAA (or 0x639EAA) is known color: Cadet Blue. HEX triplet: 63, 9E and AA. RGB value is (99,158,170). Sum of RGB (Red+Green+Blue) = 99+158+170=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #639EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639EAA is #9C6155. Grayscale: #8D8D8D. Windows color (decimal): -10248534 or 11181667. OLE color: 11181667.

HSL color Cylindrical-coordinate representation of color #639EAA: hue angle of 190.14º 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 #639EAA is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 158 170 -
CMYK 0.42 0.07 0 0.33
HSL 190.14º 0.29% 0.53% -
HSV(B) 190.14º 0.42% 0.67% -
XYZ 24.63 30.01 42.52 -
YUV 141.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 99 158 170 0.42 0.07 0 0.33 190.14 0.29 0.53
Hex 63 9E AA 2A 7 0 21 BE 1D 35
Octal 143 236 252 52 7 0 41 276 35 65
Binary 1100011 10011110 10101010 101010 111 0 100001 10111110 11101 110101

Color Harmonies of #639EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639EAA

Black with #639EAA

Text Example


Text Example

White with #639EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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