Html Css Color HEX #628ECC Danube

📋 copy color: '#628ECC'

red 98 ◦ green 142 ◦ blue 204

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

Shades of Danube #628ECC

Tints of Danube #628ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 22.07%
G = 31.98%
B = 45.95%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#628ECC (or 0x628ECC) is known color: Danube. HEX triplet: 62, 8E and CC. RGB value is (98,142,204). Sum of RGB (Red+Green+Blue) = 98+142+204=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #628ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ECC is #9D7133. Grayscale: #878787. Windows color (decimal): -10318132 or 13405794. OLE color: 13405794.

HSL color Cylindrical-coordinate representation of color #628ECC: hue angle of 215.09º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #628ECC is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 142 204 -
CMYK 0.52 0.30 0 0.2
HSL 215.09º 0.51% 0.59% -
HSV(B) 215.09º 0.52% 0.8% -
XYZ 25.61 26.3 60.85 -
YUV 135.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 98 142 204 0.52 0.30 0 0.2 215.09 0.51 0.59
Hex 62 8E CC 34 1E 0 14 D7 33 3B
Octal 142 216 314 64 36 0 24 327 63 73
Binary 1100010 10001110 11001100 110100 11110 0 10100 11010111 110011 111011

Color Harmonies of #628ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628ECC

Black with #628ECC

Text Example


Text Example

White with #628ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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