Html Css Color HEX #638ACE Danube

📋 copy color: '#638ACE'

red 99 ◦ green 138 ◦ blue 206

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

Shades of Danube #638ACE

Tints of Danube #638ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 22.35%
G = 31.15%
B = 46.5%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#638ACE (or 0x638ACE) is known color: Danube. HEX triplet: 63, 8A and CE. RGB value is (99,138,206). Sum of RGB (Red+Green+Blue) = 99+138+206=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #638ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ACE is #9C7531. Grayscale: #858585. Windows color (decimal): -10253618 or 13535843. OLE color: 13535843.

HSL color Cylindrical-coordinate representation of color #638ACE: hue angle of 218.13º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #638ACE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 138 206 -
CMYK 0.52 0.33 0 0.19
HSL 218.13º 0.52% 0.6% -
HSV(B) 218.13º 0.52% 0.81% -
XYZ 25.37 25.29 61.94 -
YUV 134.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 99 138 206 0.52 0.33 0 0.19 218.13 0.52 0.6
Hex 63 8A CE 34 21 0 13 DA 34 3C
Octal 143 212 316 64 41 0 23 332 64 74
Binary 1100011 10001010 11001110 110100 100001 0 10011 11011010 110100 111100

Color Harmonies of #638ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638ACE

Black with #638ACE

Text Example


Text Example

White with #638ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638ACE; }

 p { color: rgb(99,138,206); }

 H1.HeaderClassName
 {
   color: #638ACE;
 }
 .AnyTagClassName
 {
   color: #638ACE;
 }
</style>

background-color css

<style>
 a { background-color: #638ACE; }

 a { background-color: rgb(99,138,206); }

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

border-color css

<style>
 span { border-color: #638ACE; }

 span { border-color: rgb(99,138,206); }

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