Html Css Color HEX #618CC0 Danube

📋 copy color: '#618CC0'

red 97 ◦ green 140 ◦ blue 192

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

Shades of Danube #618CC0

Tints of Danube #618CC0

RGB

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

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

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

R = 22.61%
G = 32.63%
B = 44.76%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#618CC0 (or 0x618CC0) is known color: Danube. HEX triplet: 61, 8C and C0. RGB value is (97,140,192). Sum of RGB (Red+Green+Blue) = 97+140+192=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #618CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CC0 is #9E733F. Grayscale: #848484. Windows color (decimal): -10384192 or 12618849. OLE color: 12618849.

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

Color convert

RGB 97 140 192 -
CMYK 0.49 0.27 0 0.25
HSL 212.84º 0.43% 0.57% -
HSV(B) 212.84º 0.49% 0.75% -
XYZ 23.82 25.1 53.46 -
YUV 133.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 97 140 192 0.49 0.27 0 0.25 212.84 0.43 0.57
Hex 61 8C C0 31 1B 0 19 D5 2B 39
Octal 141 214 300 61 33 0 31 325 53 71
Binary 1100001 10001100 11000000 110001 11011 0 11001 11010101 101011 111001

Color Harmonies of #618CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CC0

Black with #618CC0

Text Example


Text Example

White with #618CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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