Html Css Color HEX #618CBC Danube

📋 copy color: '#618CBC'

red 97 ◦ green 140 ◦ blue 188

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

Shades of Danube #618CBC

Tints of Danube #618CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 22.82%
G = 32.94%
B = 44.24%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#618CBC (or 0x618CBC) is known color: Danube. HEX triplet: 61, 8C and BC. RGB value is (97,140,188). Sum of RGB (Red+Green+Blue) = 97+140+188=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #618CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CBC is #9E7343. Grayscale: #848484. Windows color (decimal): -10384196 or 12356705. OLE color: 12356705.

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

Color convert

RGB 97 140 188 -
CMYK 0.48 0.26 0 0.26
HSL 211.65º 0.4% 0.56% -
HSV(B) 211.65º 0.48% 0.74% -
XYZ 23.38 24.93 51.16 -
YUV 132.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 97 140 188 0.48 0.26 0 0.26 211.65 0.4 0.56
Hex 61 8C BC 30 1A 0 1A D4 28 38
Octal 141 214 274 60 32 0 32 324 50 70
Binary 1100001 10001100 10111100 110000 11010 0 11010 11010100 101000 111000

Color Harmonies of #618CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CBC

Black with #618CBC

Text Example


Text Example

White with #618CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,140,188); }

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

background-color css

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

 a { background-color: rgb(97,140,188); }

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

border-color css

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

 span { border-color: rgb(97,140,188); }

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