Html Css Color HEX #628ABA Danube

📋 copy color: '#628ABA'

red 98 ◦ green 138 ◦ blue 186

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

Shades of Danube #628ABA

Tints of Danube #628ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 23.22%
G = 32.7%
B = 44.08%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#628ABA (or 0x628ABA) is known color: Danube. HEX triplet: 62, 8A and BA. RGB value is (98,138,186). Sum of RGB (Red+Green+Blue) = 98+138+186=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #628ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628ABA is #9D7545. Grayscale: #838383. Windows color (decimal): -10319174 or 12225122. OLE color: 12225122.

HSL color Cylindrical-coordinate representation of color #628ABA: hue angle of 212.73º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628ABA is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 138 186 -
CMYK 0.47 0.26 0 0.27
HSL 212.73º 0.39% 0.56% -
HSV(B) 212.73º 0.47% 0.73% -
XYZ 22.99 24.32 49.94 -
YUV 131.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 98 138 186 0.47 0.26 0 0.27 212.73 0.39 0.56
Hex 62 8A BA 2F 1A 0 1B D5 27 38
Octal 142 212 272 57 32 0 33 325 47 70
Binary 1100010 10001010 10111010 101111 11010 0 11011 11010101 100111 111000

Color Harmonies of #628ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628ABA

Black with #628ABA

Text Example


Text Example

White with #628ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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