Html Css Color HEX #638DC2 Danube

📋 copy color: '#638DC2'

red 99 ◦ green 141 ◦ blue 194

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

Shades of Danube #638DC2

Tints of Danube #638DC2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

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

R = 22.81%
G = 32.49%
B = 44.7%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#638DC2 (or 0x638DC2) is known color: Danube. HEX triplet: 63, 8D and C2. RGB value is (99,141,194). Sum of RGB (Red+Green+Blue) = 99+141+194=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #638DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DC2 is #9C723D. Grayscale: #868686. Windows color (decimal): -10252862 or 12750179. OLE color: 12750179.

HSL color Cylindrical-coordinate representation of color #638DC2: hue angle of 213.47º 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 #638DC2 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 141 194 -
CMYK 0.49 0.27 0 0.24
HSL 213.47º 0.44% 0.57% -
HSV(B) 213.47º 0.49% 0.76% -
XYZ 24.41 25.6 54.69 -
YUV 134.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 99 141 194 0.49 0.27 0 0.24 213.47 0.44 0.57
Hex 63 8D C2 31 1B 0 18 D5 2C 39
Octal 143 215 302 61 33 0 30 325 54 71
Binary 1100011 10001101 11000010 110001 11011 0 11000 11010101 101100 111001

Color Harmonies of #638DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DC2

Black with #638DC2

Text Example


Text Example

White with #638DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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