Html Css Color HEX #638ED0 Danube

📋 copy color: '#638ED0'

red 99 ◦ green 142 ◦ blue 208

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

Shades of Danube #638ED0

Tints of Danube #638ED0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.63%

 BLUE value IS 208 (81.64% from 255) = 46.33%

R = 22.05%
G = 31.63%
B = 46.33%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#638ED0 (or 0x638ED0) is known color: Danube. HEX triplet: 63, 8E and D0. RGB value is (99,142,208). Sum of RGB (Red+Green+Blue) = 99+142+208=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #638ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ED0 is #9C712F. Grayscale: #888888. Windows color (decimal): -10252592 or 13667939. OLE color: 13667939.

HSL color Cylindrical-coordinate representation of color #638ED0: hue angle of 216.33º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #638ED0 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 142 208 -
CMYK 0.52 0.32 0 0.18
HSL 216.33º 0.54% 0.6% -
HSV(B) 216.33º 0.52% 0.82% -
XYZ 26.2 26.55 63.42 -
YUV 136.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 99 142 208 0.52 0.32 0 0.18 216.33 0.54 0.6
Hex 63 8E D0 34 20 0 12 D8 36 3C
Octal 143 216 320 64 40 0 22 330 66 74
Binary 1100011 10001110 11010000 110100 100000 0 10010 11011000 110110 111100

Color Harmonies of #638ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638ED0

Black with #638ED0

Text Example


Text Example

White with #638ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,142,208); }

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

background-color css

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

 a { background-color: rgb(99,142,208); }

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

border-color css

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

 span { border-color: rgb(99,142,208); }

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