Html Css Color HEX #6482BE Danube

📋 copy color: '#6482BE'

red 100 ◦ green 130 ◦ blue 190

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

Shades of Danube #6482BE

Tints of Danube #6482BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

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

R = 23.81%
G = 30.95%
B = 45.24%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6482BE (or 0x6482BE) is known color: Danube. HEX triplet: 64, 82 and BE. RGB value is (100,130,190). Sum of RGB (Red+Green+Blue) = 100+130+190=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #6482BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6482BE is #9B7D41. Grayscale: #7F7F7F. Windows color (decimal): -10190146 or 12485220. OLE color: 12485220.

HSL color Cylindrical-coordinate representation of color #6482BE: hue angle of 220º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6482BE is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 130 190 -
CMYK 0.47 0.32 0 0.25
HSL 220º 0.41% 0.57% -
HSV(B) 220º 0.47% 0.75% -
XYZ 22.53 22.39 51.85 -
YUV 127.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 100 130 190 0.47 0.32 0 0.25 220 0.41 0.57
Hex 64 82 BE 2F 20 0 19 DC 29 39
Octal 144 202 276 57 40 0 31 334 51 71
Binary 1100100 10000010 10111110 101111 100000 0 11001 11011100 101001 111001

Color Harmonies of #6482BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6482BE

Black with #6482BE

Text Example


Text Example

White with #6482BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6482BE; }

 p { color: rgb(100,130,190); }

 H1.HeaderClassName
 {
   color: #6482BE;
 }
 .AnyTagClassName
 {
   color: #6482BE;
 }
</style>

background-color css

<style>
 a { background-color: #6482BE; }

 a { background-color: rgb(100,130,190); }

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

border-color css

<style>
 span { border-color: #6482BE; }

 span { border-color: rgb(100,130,190); }

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