Html Css Color HEX #618FC1 Danube

📋 copy color: '#618FC1'

red 97 ◦ green 143 ◦ blue 193

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

Shades of Danube #618FC1

Tints of Danube #618FC1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

 BLUE value IS 193 (75.78% from 255) = 44.57%

R = 22.4%
G = 33.03%
B = 44.57%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#618FC1 (or 0x618FC1) is known color: Danube. HEX triplet: 61, 8F and C1. RGB value is (97,143,193). Sum of RGB (Red+Green+Blue) = 97+143+193=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #618FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FC1 is #9E703E. Grayscale: #868686. Windows color (decimal): -10383423 or 12685153. OLE color: 12685153.

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

Color convert

RGB 97 143 193 -
CMYK 0.50 0.26 0 0.24
HSL 211.25º 0.44% 0.57% -
HSV(B) 211.25º 0.5% 0.76% -
XYZ 24.38 26.04 54.19 -
YUV 134.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 97 143 193 0.50 0.26 0 0.24 211.25 0.44 0.57
Hex 61 8F C1 32 1A 0 18 D3 2C 39
Octal 141 217 301 62 32 0 30 323 54 71
Binary 1100001 10001111 11000001 110010 11010 0 11000 11010011 101100 111001

Color Harmonies of #618FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FC1

Black with #618FC1

Text Example


Text Example

White with #618FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,143,193); }

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

background-color css

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

 a { background-color: rgb(97,143,193); }

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

border-color css

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

 span { border-color: rgb(97,143,193); }

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