Html Css Color HEX #618DCD Danube

📋 copy color: '#618DCD'

red 97 ◦ green 141 ◦ blue 205

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

Shades of Danube #618DCD

Tints of Danube #618DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 21.9%
G = 31.83%
B = 46.28%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#618DCD (or 0x618DCD) is known color: Danube. HEX triplet: 61, 8D and CD. RGB value is (97,141,205). Sum of RGB (Red+Green+Blue) = 97+141+205=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #618DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DCD is #9E7232. Grayscale: #868686. Windows color (decimal): -10383923 or 13471073. OLE color: 13471073.

HSL color Cylindrical-coordinate representation of color #618DCD: hue angle of 215.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618DCD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 141 205 -
CMYK 0.53 0.31 0 0.20
HSL 215.56º 0.52% 0.59% -
HSV(B) 215.56º 0.53% 0.8% -
XYZ 25.47 26 61.43 -
YUV 135.14 167.42 100.8 -
System Red Green Blue C M Y K H S L
Decimal 97 141 205 0.53 0.31 0 0.20 215.56 0.52 0.59
Hex 61 8D CD 35 1F 0 14 D8 34 3B
Octal 141 215 315 65 37 0 24 330 64 73
Binary 1100001 10001101 11001101 110101 11111 0 10100 11011000 110100 111011

Color Harmonies of #618DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DCD

Black with #618DCD

Text Example


Text Example

White with #618DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,141,205); }

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

background-color css

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

 a { background-color: rgb(97,141,205); }

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

border-color css

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

 span { border-color: rgb(97,141,205); }

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