Html Css Color HEX #618CCE Danube

📋 copy color: '#618CCE'

red 97 ◦ green 140 ◦ blue 206

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

Shades of Danube #618CCE

Tints of Danube #618CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 21.9%
G = 31.6%
B = 46.5%

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

#618CCE (or 0x618CCE) is known color: Danube. HEX triplet: 61, 8C and CE. RGB value is (97,140,206). Sum of RGB (Red+Green+Blue) = 97+140+206=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #618CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CCE is #9E7331. Grayscale: #868686. Windows color (decimal): -10384178 or 13536353. OLE color: 13536353.

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

Color convert

RGB 97 140 206 -
CMYK 0.53 0.32 0 0.19
HSL 216.33º 0.53% 0.59% -
HSV(B) 216.33º 0.53% 0.81% -
XYZ 25.45 25.75 62.02 -
YUV 134.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 97 140 206 0.53 0.32 0 0.19 216.33 0.53 0.59
Hex 61 8C CE 35 20 0 13 D8 35 3B
Octal 141 214 316 65 40 0 23 330 65 73
Binary 1100001 10001100 11001110 110101 100000 0 10011 11011000 110101 111011

Color Harmonies of #618CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CCE

Black with #618CCE

Text Example


Text Example

White with #618CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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