Html Css Color HEX #638AC0 Danube

📋 copy color: '#638AC0'

red 99 ◦ green 138 ◦ blue 192

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

Shades of Danube #638AC0

Tints of Danube #638AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 23.08%
G = 32.17%
B = 44.76%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#638AC0 (or 0x638AC0) is known color: Danube. HEX triplet: 63, 8A and C0. RGB value is (99,138,192). Sum of RGB (Red+Green+Blue) = 99+138+192=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #638AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638AC0 is #9C753F. Grayscale: #848484. Windows color (decimal): -10253632 or 12618339. OLE color: 12618339.

HSL color Cylindrical-coordinate representation of color #638AC0: hue angle of 214.84º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #638AC0 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 138 192 -
CMYK 0.48 0.28 0 0.25
HSL 214.84º 0.42% 0.57% -
HSV(B) 214.84º 0.48% 0.75% -
XYZ 23.75 24.64 53.37 -
YUV 132.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 99 138 192 0.48 0.28 0 0.25 214.84 0.42 0.57
Hex 63 8A C0 30 1C 0 19 D7 2A 39
Octal 143 212 300 60 34 0 31 327 52 71
Binary 1100011 10001010 11000000 110000 11100 0 11001 11010111 101010 111001

Color Harmonies of #638AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638AC0

Black with #638AC0

Text Example


Text Example

White with #638AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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