Html Css Color HEX #638FBC Danube

📋 copy color: '#638FBC'

red 99 ◦ green 143 ◦ blue 188

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

Shades of Danube #638FBC

Tints of Danube #638FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 23.02%
G = 33.26%
B = 43.72%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#638FBC (or 0x638FBC) is known color: Danube. HEX triplet: 63, 8F and BC. RGB value is (99,143,188). Sum of RGB (Red+Green+Blue) = 99+143+188=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #638FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FBC is #9C7043. Grayscale: #868686. Windows color (decimal): -10252356 or 12357475. OLE color: 12357475.

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

Color convert

RGB 99 143 188 -
CMYK 0.47 0.24 0 0.26
HSL 210.34º 0.4% 0.56% -
HSV(B) 210.34º 0.47% 0.74% -
XYZ 24.05 25.93 51.31 -
YUV 134.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 99 143 188 0.47 0.24 0 0.26 210.34 0.4 0.56
Hex 63 8F BC 2F 18 0 1A D2 28 38
Octal 143 217 274 57 30 0 32 322 50 70
Binary 1100011 10001111 10111100 101111 11000 0 11010 11010010 101000 111000

Color Harmonies of #638FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FBC

Black with #638FBC

Text Example


Text Example

White with #638FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,143,188); }

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

background-color css

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

 a { background-color: rgb(99,143,188); }

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

border-color css

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

 span { border-color: rgb(99,143,188); }

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