Html Css Color HEX #638CBA Danube

📋 copy color: '#638CBA'

red 99 ◦ green 140 ◦ blue 186

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

Shades of Danube #638CBA

Tints of Danube #638CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

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

R = 23.29%
G = 32.94%
B = 43.76%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#638CBA (or 0x638CBA) is known color: Danube. HEX triplet: 63, 8C and BA. RGB value is (99,140,186). Sum of RGB (Red+Green+Blue) = 99+140+186=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #638CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CBA is #9C7345. Grayscale: #848484. Windows color (decimal): -10253126 or 12225635. OLE color: 12225635.

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

Color convert

RGB 99 140 186 -
CMYK 0.47 0.25 0 0.27
HSL 211.72º 0.39% 0.56% -
HSV(B) 211.72º 0.47% 0.73% -
XYZ 23.39 24.95 50.04 -
YUV 132.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 99 140 186 0.47 0.25 0 0.27 211.72 0.39 0.56
Hex 63 8C BA 2F 19 0 1B D4 27 38
Octal 143 214 272 57 31 0 33 324 47 70
Binary 1100011 10001100 10111010 101111 11001 0 11011 11010100 100111 111000

Color Harmonies of #638CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CBA

Black with #638CBA

Text Example


Text Example

White with #638CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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