Html Css Color HEX #628EC2 Danube

📋 copy color: '#628EC2'

red 98 ◦ green 142 ◦ blue 194

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

Shades of Danube #628EC2

Tints of Danube #628EC2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

 BLUE value IS 194 (76.17% from 255) = 44.7%

R = 22.58%
G = 32.72%
B = 44.7%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#628EC2 (or 0x628EC2) is known color: Danube. HEX triplet: 62, 8E and C2. RGB value is (98,142,194). Sum of RGB (Red+Green+Blue) = 98+142+194=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #628EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628EC2 is #9D713D. Grayscale: #868686. Windows color (decimal): -10318142 or 12750434. OLE color: 12750434.

HSL color Cylindrical-coordinate representation of color #628EC2: hue angle of 212.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628EC2 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 98 142 194 -
CMYK 0.49 0.27 0 0.24
HSL 212.5º 0.44% 0.57% -
HSV(B) 212.5º 0.49% 0.76% -
XYZ 24.45 25.84 54.74 -
YUV 134.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 98 142 194 0.49 0.27 0 0.24 212.5 0.44 0.57
Hex 62 8E C2 31 1B 0 18 D4 2C 39
Octal 142 216 302 61 33 0 30 324 54 71
Binary 1100010 10001110 11000010 110001 11011 0 11000 11010100 101100 111001

Color Harmonies of #628EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628EC2

Black with #628EC2

Text Example


Text Example

White with #628EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628EC2; }

 p { color: rgb(98,142,194); }

 H1.HeaderClassName
 {
   color: #628EC2;
 }
 .AnyTagClassName
 {
   color: #628EC2;
 }
</style>

background-color css

<style>
 a { background-color: #628EC2; }

 a { background-color: rgb(98,142,194); }

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

border-color css

<style>
 span { border-color: #628EC2; }

 span { border-color: rgb(98,142,194); }

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