Html Css Color HEX #6285BC Danube

📋 copy color: '#6285BC'

red 98 ◦ green 133 ◦ blue 188

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

Shades of Danube #6285BC

Tints of Danube #6285BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 23.39%
G = 31.74%
B = 44.87%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6285BC (or 0x6285BC) is known color: Danube. HEX triplet: 62, 85 and BC. RGB value is (98,133,188). Sum of RGB (Red+Green+Blue) = 98+133+188=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #6285BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285BC is #9D7A43. Grayscale: #808080. Windows color (decimal): -10320452 or 12354914. OLE color: 12354914.

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

Color convert

RGB 98 133 188 -
CMYK 0.48 0.29 0 0.26
HSL 216.67º 0.4% 0.56% -
HSV(B) 216.67º 0.48% 0.74% -
XYZ 22.5 23 50.83 -
YUV 128.81 161.4 106.03 -
System Red Green Blue C M Y K H S L
Decimal 98 133 188 0.48 0.29 0 0.26 216.67 0.4 0.56
Hex 62 85 BC 30 1D 0 1A D9 28 38
Octal 142 205 274 60 35 0 32 331 50 70
Binary 1100010 10000101 10111100 110000 11101 0 11010 11011001 101000 111000

Color Harmonies of #6285BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6285BC

Black with #6285BC

Text Example


Text Example

White with #6285BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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