Html Css Color HEX #639FA4 Cadet Blue

📋 copy color: '#639FA4'

red 99 ◦ green 159 ◦ blue 164

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

Shades of Cadet Blue #639FA4

Tints of Cadet Blue #639FA4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.68%

 BLUE value IS 164 (64.45% from 255) = 38.86%

R = 23.46%
G = 37.68%
B = 38.86%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#639FA4 (or 0x639FA4) is known color: Cadet Blue. HEX triplet: 63, 9F and A4. RGB value is (99,159,164). Sum of RGB (Red+Green+Blue) = 99+159+164=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #639FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639FA4 is #9C605B. Grayscale: #8D8D8D. Windows color (decimal): -10248284 or 10788707. OLE color: 10788707.

HSL color Cylindrical-coordinate representation of color #639FA4: hue angle of 184.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #639FA4 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 159 164 -
CMYK 0.40 0.03 0 0.36
HSL 184.62º 0.26% 0.52% -
HSV(B) 184.62º 0.4% 0.64% -
XYZ 24.24 30.13 39.66 -
YUV 141.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 99 159 164 0.40 0.03 0 0.36 184.62 0.26 0.52
Hex 63 9F A4 28 3 0 24 B9 1A 34
Octal 143 237 244 50 3 0 44 271 32 64
Binary 1100011 10011111 10100100 101000 11 0 100100 10111001 11010 110100

Color Harmonies of #639FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639FA4

Black with #639FA4

Text Example


Text Example

White with #639FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,159,164); }

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

background-color css

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

 a { background-color: rgb(99,159,164); }

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

border-color css

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

 span { border-color: rgb(99,159,164); }

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