Html Css Color HEX #638FBF Danube

📋 copy color: '#638FBF'

red 99 ◦ green 143 ◦ blue 191

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

Shades of Danube #638FBF

Tints of Danube #638FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 22.86%
G = 33.03%
B = 44.11%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#638FBF (or 0x638FBF) is known color: Danube. HEX triplet: 63, 8F and BF. RGB value is (99,143,191). Sum of RGB (Red+Green+Blue) = 99+143+191=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #638FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FBF is #9C7040. Grayscale: #878787. Windows color (decimal): -10252353 or 12554083. OLE color: 12554083.

HSL color Cylindrical-coordinate representation of color #638FBF: hue angle of 211.3º 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 #638FBF is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 143 191 -
CMYK 0.48 0.25 0 0.25
HSL 211.3º 0.42% 0.57% -
HSV(B) 211.3º 0.48% 0.75% -
XYZ 24.37 26.06 53.04 -
YUV 135.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 99 143 191 0.48 0.25 0 0.25 211.3 0.42 0.57
Hex 63 8F BF 30 19 0 19 D3 2A 39
Octal 143 217 277 60 31 0 31 323 52 71
Binary 1100011 10001111 10111111 110000 11001 0 11001 11010011 101010 111001

Color Harmonies of #638FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FBF

Black with #638FBF

Text Example


Text Example

White with #638FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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