Html Css Color HEX #638ABE Danube

📋 copy color: '#638ABE'

red 99 ◦ green 138 ◦ blue 190

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

Shades of Danube #638ABE

Tints of Danube #638ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 23.19%
G = 32.32%
B = 44.5%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#638ABE (or 0x638ABE) is known color: Danube. HEX triplet: 63, 8A and BE. RGB value is (99,138,190). Sum of RGB (Red+Green+Blue) = 99+138+190=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #638ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ABE is #9C7541. Grayscale: #848484. Windows color (decimal): -10253634 or 12487267. OLE color: 12487267.

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

Color convert

RGB 99 138 190 -
CMYK 0.48 0.27 0 0.25
HSL 214.29º 0.41% 0.57% -
HSV(B) 214.29º 0.48% 0.75% -
XYZ 23.53 24.55 52.21 -
YUV 132.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 99 138 190 0.48 0.27 0 0.25 214.29 0.41 0.57
Hex 63 8A BE 30 1B 0 19 D6 29 39
Octal 143 212 276 60 33 0 31 326 51 71
Binary 1100011 10001010 10111110 110000 11011 0 11001 11010110 101001 111001

Color Harmonies of #638ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638ABE

Black with #638ABE

Text Example


Text Example

White with #638ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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