Html Css Color HEX #628CBE Danube

📋 copy color: '#628CBE'

red 98 ◦ green 140 ◦ blue 190

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

Shades of Danube #628CBE

Tints of Danube #628CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

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

R = 22.9%
G = 32.71%
B = 44.39%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#628CBE (or 0x628CBE) is known color: Danube. HEX triplet: 62, 8C and BE. RGB value is (98,140,190). Sum of RGB (Red+Green+Blue) = 98+140+190=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #628CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628CBE is #9D7341. Grayscale: #848484. Windows color (decimal): -10318658 or 12487778. OLE color: 12487778.

HSL color Cylindrical-coordinate representation of color #628CBE: hue angle of 212.61º 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 #628CBE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 140 190 -
CMYK 0.48 0.26 0 0.25
HSL 212.61º 0.41% 0.56% -
HSV(B) 212.61º 0.48% 0.75% -
XYZ 23.71 25.07 52.3 -
YUV 133.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 98 140 190 0.48 0.26 0 0.25 212.61 0.41 0.56
Hex 62 8C BE 30 1A 0 19 D5 29 38
Octal 142 214 276 60 32 0 31 325 51 70
Binary 1100010 10001100 10111110 110000 11010 0 11001 11010101 101001 111000

Color Harmonies of #628CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628CBE

Black with #628CBE

Text Example


Text Example

White with #628CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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