Html Css Color HEX #638ABA Danube

📋 copy color: '#638ABA'

red 99 ◦ green 138 ◦ blue 186

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

Shades of Danube #638ABA

Tints of Danube #638ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

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

R = 23.4%
G = 32.62%
B = 43.97%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#638ABA (or 0x638ABA) is known color: Danube. HEX triplet: 63, 8A and BA. RGB value is (99,138,186). Sum of RGB (Red+Green+Blue) = 99+138+186=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #638ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ABA is #9C7545. Grayscale: #838383. Windows color (decimal): -10253638 or 12225123. OLE color: 12225123.

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

Color convert

RGB 99 138 186 -
CMYK 0.47 0.26 0 0.27
HSL 213.1º 0.39% 0.56% -
HSV(B) 213.1º 0.47% 0.73% -
XYZ 23.1 24.37 49.94 -
YUV 131.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 99 138 186 0.47 0.26 0 0.27 213.1 0.39 0.56
Hex 63 8A BA 2F 1A 0 1B D5 27 38
Octal 143 212 272 57 32 0 33 325 47 70
Binary 1100011 10001010 10111010 101111 11010 0 11011 11010101 100111 111000

Color Harmonies of #638ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638ABA

Black with #638ABA

Text Example


Text Example

White with #638ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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