Html Css Color HEX #639DA5 Cadet Blue

📋 copy color: '#639DA5'

red 99 ◦ green 157 ◦ blue 165

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

Shades of Cadet Blue #639DA5

Tints of Cadet Blue #639DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 23.52%
G = 37.29%
B = 39.19%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#639DA5 (or 0x639DA5) is known color: Cadet Blue. HEX triplet: 63, 9D and A5. RGB value is (99,157,165). Sum of RGB (Red+Green+Blue) = 99+157+165=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 165 - color contains mainly: blue. Hex color #639DA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639DA5 is #9C625A. Grayscale: #8C8C8C. Windows color (decimal): -10248795 or 10853731. OLE color: 10853731.

HSL color Cylindrical-coordinate representation of color #639DA5: hue angle of 187.27º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #639DA5 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 157 165 -
CMYK 0.40 0.05 0 0.35
HSL 187.27º 0.27% 0.52% -
HSV(B) 187.27º 0.4% 0.65% -
XYZ 23.99 29.48 40.02 -
YUV 140.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 99 157 165 0.40 0.05 0 0.35 187.27 0.27 0.52
Hex 63 9D A5 28 5 0 23 BB 1B 34
Octal 143 235 245 50 5 0 43 273 33 64
Binary 1100011 10011101 10100101 101000 101 0 100011 10111011 11011 110100

Color Harmonies of #639DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639DA5

Black with #639DA5

Text Example


Text Example

White with #639DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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