Html Css Color HEX #618FC0 Danube

📋 copy color: '#618FC0'

red 97 ◦ green 143 ◦ blue 192

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

Shades of Danube #618FC0

Tints of Danube #618FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.44%

R = 22.45%
G = 33.1%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#618FC0 (or 0x618FC0) is known color: Danube. HEX triplet: 61, 8F and C0. RGB value is (97,143,192). Sum of RGB (Red+Green+Blue) = 97+143+192=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #618FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FC0 is #9E703F. Grayscale: #868686. Windows color (decimal): -10383424 or 12619617. OLE color: 12619617.

HSL color Cylindrical-coordinate representation of color #618FC0: hue angle of 210.95º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #618FC0 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 143 192 -
CMYK 0.49 0.26 0 0.25
HSL 210.95º 0.43% 0.57% -
HSV(B) 210.95º 0.49% 0.75% -
XYZ 24.27 25.99 53.61 -
YUV 134.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 97 143 192 0.49 0.26 0 0.25 210.95 0.43 0.57
Hex 61 8F C0 31 1A 0 19 D3 2B 39
Octal 141 217 300 61 32 0 31 323 53 71
Binary 1100001 10001111 11000000 110001 11010 0 11001 11010011 101011 111001

Color Harmonies of #618FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FC0

Black with #618FC0

Text Example


Text Example

White with #618FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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