Html Css Color HEX #618CB7 Danube

📋 copy color: '#618CB7'

red 97 ◦ green 140 ◦ blue 183

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

Shades of Danube #618CB7

Tints of Danube #618CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.57%

R = 23.1%
G = 33.33%
B = 43.57%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#618CB7 (or 0x618CB7) is known color: Danube. HEX triplet: 61, 8C and B7. RGB value is (97,140,183). Sum of RGB (Red+Green+Blue) = 97+140+183=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 183 - color contains mainly: blue. Hex color #618CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CB7 is #9E7348. Grayscale: #838383. Windows color (decimal): -10384201 or 12029025. OLE color: 12029025.

HSL color Cylindrical-coordinate representation of color #618CB7: hue angle of 210º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #618CB7 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 140 183 -
CMYK 0.47 0.23 0 0.28
HSL 210º 0.37% 0.55% -
HSV(B) 210º 0.47% 0.72% -
XYZ 22.86 24.72 48.37 -
YUV 132.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 97 140 183 0.47 0.23 0 0.28 210 0.37 0.55
Hex 61 8C B7 2F 17 0 1C D2 25 37
Octal 141 214 267 57 27 0 34 322 45 67
Binary 1100001 10001100 10110111 101111 10111 0 11100 11010010 100101 110111

Color Harmonies of #618CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CB7

Black with #618CB7

Text Example


Text Example

White with #618CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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