Html Css Color HEX #639AA4 Cadet Blue

📋 copy color: '#639AA4'

red 99 ◦ green 154 ◦ blue 164

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

Shades of Cadet Blue #639AA4

Tints of Cadet Blue #639AA4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

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

R = 23.74%
G = 36.93%
B = 39.33%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#639AA4 (or 0x639AA4) is known color: Cadet Blue. HEX triplet: 63, 9A and A4. RGB value is (99,154,164). Sum of RGB (Red+Green+Blue) = 99+154+164=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #639AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639AA4 is #9C655B. Grayscale: #8A8A8A. Windows color (decimal): -10249564 or 10787427. OLE color: 10787427.

HSL color Cylindrical-coordinate representation of color #639AA4: hue angle of 189.23º 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 #639AA4 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 99 154 164 -
CMYK 0.40 0.06 0 0.36
HSL 189.23º 0.26% 0.52% -
HSV(B) 189.23º 0.4% 0.64% -
XYZ 23.4 28.44 39.38 -
YUV 138.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 99 154 164 0.40 0.06 0 0.36 189.23 0.26 0.52
Hex 63 9A A4 28 6 0 24 BD 1A 34
Octal 143 232 244 50 6 0 44 275 32 64
Binary 1100011 10011010 10100100 101000 110 0 100100 10111101 11010 110100

Color Harmonies of #639AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639AA4

Black with #639AA4

Text Example


Text Example

White with #639AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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