Html Css Color HEX #628ABD Danube

📋 copy color: '#628ABD'

red 98 ◦ green 138 ◦ blue 189

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

Shades of Danube #628ABD

Tints of Danube #628ABD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

 BLUE value IS 189 (74.22% from 255) = 44.47%

R = 23.06%
G = 32.47%
B = 44.47%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#628ABD (or 0x628ABD) is known color: Danube. HEX triplet: 62, 8A and BD. RGB value is (98,138,189). Sum of RGB (Red+Green+Blue) = 98+138+189=425 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.06% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #628ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ABD is #9D7542. Grayscale: #838383. Windows color (decimal): -10319171 or 12421730. OLE color: 12421730.

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

Color convert

RGB 98 138 189 -
CMYK 0.48 0.27 0 0.26
HSL 213.63º 0.41% 0.56% -
HSV(B) 213.63º 0.48% 0.74% -
XYZ 23.31 24.45 51.63 -
YUV 131.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 98 138 189 0.48 0.27 0 0.26 213.63 0.41 0.56
Hex 62 8A BD 30 1B 0 1A D6 29 38
Octal 142 212 275 60 33 0 32 326 51 70
Binary 1100010 10001010 10111101 110000 11011 0 11010 11010110 101001 111000

Color Harmonies of #628ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628ABD

Black with #628ABD

Text Example


Text Example

White with #628ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,138,189); }

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

background-color css

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

 a { background-color: rgb(98,138,189); }

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

border-color css

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

 span { border-color: rgb(98,138,189); }

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