Html Css Color HEX #6285BE Danube

📋 copy color: '#6285BE'

red 98 ◦ green 133 ◦ blue 190

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

Shades of Danube #6285BE

Tints of Danube #6285BE

RGB

 RED value IS 98 (38.67% from 255) = 23.28%

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

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

R = 23.28%
G = 31.59%
B = 45.13%

CMYK

 C value IS 0.48

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6285BE (or 0x6285BE) is known color: Danube. HEX triplet: 62, 85 and BE. RGB value is (98,133,190). Sum of RGB (Red+Green+Blue) = 98+133+190=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6285BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285BE is #9D7A41. Grayscale: #808080. Windows color (decimal): -10320450 or 12485986. OLE color: 12485986.

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

Color convert

RGB 98 133 190 -
CMYK 0.48 0.3 0 0.25
HSL 217.17º 0.41% 0.56% -
HSV(B) 217.17º 0.48% 0.75% -
XYZ 22.72 23.09 51.97 -
YUV 129.03 162.4 105.87 -
System Red Green Blue C M Y K H S L
Decimal 98 133 190 0.48 0.3 0 0.25 217.17 0.41 0.56
Hex 62 85 BE 30 1E 0 19 D9 29 38
Octal 142 205 276 60 36 0 31 331 51 70
Binary 1100010 10000101 10111110 110000 11110 0 11001 11011001 101001 111000

Color Harmonies of #6285BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6285BE

Black with #6285BE

Text Example


Text Example

White with #6285BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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