Html Css Color HEX #638FBA Danube

📋 copy color: '#638FBA'

red 99 ◦ green 143 ◦ blue 186

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

Shades of Danube #638FBA

Tints of Danube #638FBA

RGB

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

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

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

R = 23.13%
G = 33.41%
B = 43.46%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#638FBA (or 0x638FBA) is known color: Danube. HEX triplet: 63, 8F and BA. RGB value is (99,143,186). Sum of RGB (Red+Green+Blue) = 99+143+186=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #638FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FBA is #9C7045. Grayscale: #868686. Windows color (decimal): -10252358 or 12226403. OLE color: 12226403.

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

Color convert

RGB 99 143 186 -
CMYK 0.47 0.23 0 0.27
HSL 209.66º 0.39% 0.56% -
HSV(B) 209.66º 0.47% 0.73% -
XYZ 23.83 25.84 50.19 -
YUV 134.75 156.92 102.5 -
System Red Green Blue C M Y K H S L
Decimal 99 143 186 0.47 0.23 0 0.27 209.66 0.39 0.56
Hex 63 8F BA 2F 17 0 1B D2 27 38
Octal 143 217 272 57 27 0 33 322 47 70
Binary 1100011 10001111 10111010 101111 10111 0 11011 11010010 100111 111000

Color Harmonies of #638FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FBA

Black with #638FBA

Text Example


Text Example

White with #638FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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