Html Css Color HEX #618BC3 Danube

📋 copy color: '#618BC3'

red 97 ◦ green 139 ◦ blue 195

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

Shades of Danube #618BC3

Tints of Danube #618BC3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 195 (76.56% from 255) = 45.24%

R = 22.51%
G = 32.25%
B = 45.24%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#618BC3 (or 0x618BC3) is known color: Danube. HEX triplet: 61, 8B and C3. RGB value is (97,139,195). Sum of RGB (Red+Green+Blue) = 97+139+195=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #618BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BC3 is #9E743C. Grayscale: #848484. Windows color (decimal): -10384445 or 12815201. OLE color: 12815201.

HSL color Cylindrical-coordinate representation of color #618BC3: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618BC3 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 139 195 -
CMYK 0.50 0.29 0 0.24
HSL 214.29º 0.45% 0.57% -
HSV(B) 214.29º 0.5% 0.76% -
XYZ 24.01 24.95 55.18 -
YUV 132.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 97 139 195 0.50 0.29 0 0.24 214.29 0.45 0.57
Hex 61 8B C3 32 1D 0 18 D6 2D 39
Octal 141 213 303 62 35 0 30 326 55 71
Binary 1100001 10001011 11000011 110010 11101 0 11000 11010110 101101 111001

Color Harmonies of #618BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BC3

Black with #618BC3

Text Example


Text Example

White with #618BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,139,195); }

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

background-color css

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

 a { background-color: rgb(97,139,195); }

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

border-color css

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

 span { border-color: rgb(97,139,195); }

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