Html Css Color HEX #6485BE Danube

📋 copy color: '#6485BE'

red 100 ◦ green 133 ◦ blue 190

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

Shades of Danube #6485BE

Tints of Danube #6485BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 23.64%
G = 31.44%
B = 44.92%

CMYK

 C value IS 0.47

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6485BE (or 0x6485BE) is known color: Danube. HEX triplet: 64, 85 and BE. RGB value is (100,133,190). Sum of RGB (Red+Green+Blue) = 100+133+190=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6485BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6485BE is #9B7A41. Grayscale: #818181. Windows color (decimal): -10189378 or 12485988. OLE color: 12485988.

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

Color convert

RGB 100 133 190 -
CMYK 0.47 0.3 0 0.25
HSL 218º 0.41% 0.57% -
HSV(B) 218º 0.47% 0.75% -
XYZ 22.94 23.2 51.98 -
YUV 129.63 162.07 106.87 -
System Red Green Blue C M Y K H S L
Decimal 100 133 190 0.47 0.3 0 0.25 218 0.41 0.57
Hex 64 85 BE 2F 1E 0 19 DA 29 39
Octal 144 205 276 57 36 0 31 332 51 71
Binary 1100100 10000101 10111110 101111 11110 0 11001 11011010 101001 111001

Color Harmonies of #6485BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6485BE

Black with #6485BE

Text Example


Text Example

White with #6485BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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