Html Css Color HEX #638DBA Danube

📋 copy color: '#638DBA'

red 99 ◦ green 141 ◦ blue 186

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

Shades of Danube #638DBA

Tints of Danube #638DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 23.24%
G = 33.1%
B = 43.66%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#638DBA (or 0x638DBA) is known color: Danube. HEX triplet: 63, 8D and BA. RGB value is (99,141,186). Sum of RGB (Red+Green+Blue) = 99+141+186=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #638DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DBA is #9C7245. Grayscale: #858585. Windows color (decimal): -10252870 or 12225891. OLE color: 12225891.

HSL color Cylindrical-coordinate representation of color #638DBA: hue angle of 211.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #638DBA is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 141 186 -
CMYK 0.47 0.24 0 0.27
HSL 211.03º 0.39% 0.56% -
HSV(B) 211.03º 0.47% 0.73% -
XYZ 23.53 25.25 50.09 -
YUV 133.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 99 141 186 0.47 0.24 0 0.27 211.03 0.39 0.56
Hex 63 8D BA 2F 18 0 1B D3 27 38
Octal 143 215 272 57 30 0 33 323 47 70
Binary 1100011 10001101 10111010 101111 11000 0 11011 11010011 100111 111000

Color Harmonies of #638DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DBA

Black with #638DBA

Text Example


Text Example

White with #638DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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