Html Css Color HEX #618ABB Danube

📋 copy color: '#618ABB'

red 97 ◦ green 138 ◦ blue 187

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

Shades of Danube #618ABB

Tints of Danube #618ABB

RGB

 RED value IS 97 (38.28% from 255) = 22.99%

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 22.99%
G = 32.7%
B = 44.31%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#618ABB (or 0x618ABB) is known color: Danube. HEX triplet: 61, 8A and BB. RGB value is (97,138,187). Sum of RGB (Red+Green+Blue) = 97+138+187=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #618ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ABB is #9E7544. Grayscale: #838383. Windows color (decimal): -10384709 or 12290657. OLE color: 12290657.

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

Color convert

RGB 97 138 187 -
CMYK 0.48 0.26 0 0.27
HSL 212.67º 0.4% 0.56% -
HSV(B) 212.67º 0.48% 0.73% -
XYZ 22.99 24.31 50.49 -
YUV 131.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 97 138 187 0.48 0.26 0 0.27 212.67 0.4 0.56
Hex 61 8A BB 30 1A 0 1B D5 28 38
Octal 141 212 273 60 32 0 33 325 50 70
Binary 1100001 10001010 10111011 110000 11010 0 11011 11010101 101000 111000

Color Harmonies of #618ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618ABB

Black with #618ABB

Text Example


Text Example

White with #618ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618ABB; }

 p { color: rgb(97,138,187); }

 H1.HeaderClassName
 {
   color: #618ABB;
 }
 .AnyTagClassName
 {
   color: #618ABB;
 }
</style>

background-color css

<style>
 a { background-color: #618ABB; }

 a { background-color: rgb(97,138,187); }

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

border-color css

<style>
 span { border-color: #618ABB; }

 span { border-color: rgb(97,138,187); }

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