Html Css Color HEX #618CCF Danube

📋 copy color: '#618CCF'

red 97 ◦ green 140 ◦ blue 207

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

Shades of Danube #618CCF

Tints of Danube #618CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 21.85%
G = 31.53%
B = 46.62%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#618CCF (or 0x618CCF) is known color: Danube. HEX triplet: 61, 8C and CF. RGB value is (97,140,207). Sum of RGB (Red+Green+Blue) = 97+140+207=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #618CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CCF is #9E7330. Grayscale: #868686. Windows color (decimal): -10384177 or 13601889. OLE color: 13601889.

HSL color Cylindrical-coordinate representation of color #618CCF: hue angle of 216.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618CCF is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 140 207 -
CMYK 0.53 0.32 0 0.19
HSL 216.55º 0.53% 0.6% -
HSV(B) 216.55º 0.53% 0.81% -
XYZ 25.57 25.8 62.66 -
YUV 134.78 168.75 101.05 -
System Red Green Blue C M Y K H S L
Decimal 97 140 207 0.53 0.32 0 0.19 216.55 0.53 0.6
Hex 61 8C CF 35 20 0 13 D9 35 3C
Octal 141 214 317 65 40 0 23 331 65 74
Binary 1100001 10001100 11001111 110101 100000 0 10011 11011001 110101 111100

Color Harmonies of #618CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CCF

Black with #618CCF

Text Example


Text Example

White with #618CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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