Html Css Color HEX #6481BA Danube

📋 copy color: '#6481BA'

red 100 ◦ green 129 ◦ blue 186

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

Shades of Danube #6481BA

Tints of Danube #6481BA

RGB

 RED value IS 100 (39.45% from 255) = 24.1%

 GREEN value IS 129 (50.78% from 255) = 31.08%

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

R = 24.1%
G = 31.08%
B = 44.82%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6481BA (or 0x6481BA) is known color: Danube. HEX triplet: 64, 81 and BA. RGB value is (100,129,186). Sum of RGB (Red+Green+Blue) = 100+129+186=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #6481BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6481BA is #9B7E45. Grayscale: #7E7E7E. Windows color (decimal): -10190406 or 12222820. OLE color: 12222820.

HSL color Cylindrical-coordinate representation of color #6481BA: hue angle of 219.77º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6481BA is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 129 186 -
CMYK 0.46 0.31 0 0.27
HSL 219.77º 0.38% 0.56% -
HSV(B) 219.77º 0.46% 0.73% -
XYZ 21.97 21.96 49.53 -
YUV 126.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 100 129 186 0.46 0.31 0 0.27 219.77 0.38 0.56
Hex 64 81 BA 2E 1F 0 1B DC 26 38
Octal 144 201 272 56 37 0 33 334 46 70
Binary 1100100 10000001 10111010 101110 11111 0 11011 11011100 100110 111000

Color Harmonies of #6481BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481BA

Black with #6481BA

Text Example


Text Example

White with #6481BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6481BA; }

 p { color: rgb(100,129,186); }

 H1.HeaderClassName
 {
   color: #6481BA;
 }
 .AnyTagClassName
 {
   color: #6481BA;
 }
</style>

background-color css

<style>
 a { background-color: #6481BA; }

 a { background-color: rgb(100,129,186); }

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

border-color css

<style>
 span { border-color: #6481BA; }

 span { border-color: rgb(100,129,186); }

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