Html Css Color HEX #6285BB Danube

📋 copy color: '#6285BB'

red 98 ◦ green 133 ◦ blue 187

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

Shades of Danube #6285BB

Tints of Danube #6285BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 23.44%
G = 31.82%
B = 44.74%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6285BB (or 0x6285BB) is known color: Danube. HEX triplet: 62, 85 and BB. RGB value is (98,133,187). Sum of RGB (Red+Green+Blue) = 98+133+187=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #6285BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285BB is #9D7A44. Grayscale: #808080. Windows color (decimal): -10320453 or 12289378. OLE color: 12289378.

HSL color Cylindrical-coordinate representation of color #6285BB: hue angle of 216.4º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6285BB is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 133 187 -
CMYK 0.48 0.29 0 0.27
HSL 216.4º 0.4% 0.56% -
HSV(B) 216.4º 0.48% 0.73% -
XYZ 22.39 22.96 50.27 -
YUV 128.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 98 133 187 0.48 0.29 0 0.27 216.4 0.4 0.56
Hex 62 85 BB 30 1D 0 1B D8 28 38
Octal 142 205 273 60 35 0 33 330 50 70
Binary 1100010 10000101 10111011 110000 11101 0 11011 11011000 101000 111000

Color Harmonies of #6285BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6285BB

Black with #6285BB

Text Example


Text Example

White with #6285BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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