Html Css Color HEX #618CC1 Danube

📋 copy color: '#618CC1'

red 97 ◦ green 140 ◦ blue 193

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

Shades of Danube #618CC1

Tints of Danube #618CC1

RGB

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

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

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

R = 22.56%
G = 32.56%
B = 44.88%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#618CC1 (or 0x618CC1) is known color: Danube. HEX triplet: 61, 8C and C1. RGB value is (97,140,193). Sum of RGB (Red+Green+Blue) = 97+140+193=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #618CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CC1 is #9E733E. Grayscale: #848484. Windows color (decimal): -10384191 or 12684385. OLE color: 12684385.

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

Color convert

RGB 97 140 193 -
CMYK 0.50 0.27 0 0.24
HSL 213.13º 0.44% 0.57% -
HSV(B) 213.13º 0.5% 0.76% -
XYZ 23.93 25.15 54.04 -
YUV 133.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 97 140 193 0.50 0.27 0 0.24 213.13 0.44 0.57
Hex 61 8C C1 32 1B 0 18 D5 2C 39
Octal 141 214 301 62 33 0 30 325 54 71
Binary 1100001 10001100 11000001 110010 11011 0 11000 11010101 101100 111001

Color Harmonies of #618CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CC1

Black with #618CC1

Text Example


Text Example

White with #618CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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