Html Css Color HEX #638AC2 Danube

📋 copy color: '#638AC2'

red 99 ◦ green 138 ◦ blue 194

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

Shades of Danube #638AC2

Tints of Danube #638AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.01%

R = 22.97%
G = 32.02%
B = 45.01%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#638AC2 (or 0x638AC2) is known color: Danube. HEX triplet: 63, 8A and C2. RGB value is (99,138,194). Sum of RGB (Red+Green+Blue) = 99+138+194=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #638AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638AC2 is #9C753D. Grayscale: #848484. Windows color (decimal): -10253630 or 12749411. OLE color: 12749411.

HSL color Cylindrical-coordinate representation of color #638AC2: hue angle of 215.37º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #638AC2 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 138 194 -
CMYK 0.49 0.29 0 0.24
HSL 215.37º 0.44% 0.57% -
HSV(B) 215.37º 0.49% 0.76% -
XYZ 23.97 24.72 54.55 -
YUV 132.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 99 138 194 0.49 0.29 0 0.24 215.37 0.44 0.57
Hex 63 8A C2 31 1D 0 18 D7 2C 39
Octal 143 212 302 61 35 0 30 327 54 71
Binary 1100011 10001010 11000010 110001 11101 0 11000 11010111 101100 111001

Color Harmonies of #638AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638AC2

Black with #638AC2

Text Example


Text Example

White with #638AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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