Html Css Color HEX #618BCF Danube

📋 copy color: '#618BCF'

red 97 ◦ green 139 ◦ blue 207

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

Shades of Danube #618BCF

Tints of Danube #618BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

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

R = 21.9%
G = 31.38%
B = 46.73%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#618BCF (or 0x618BCF) is known color: Danube. HEX triplet: 61, 8B and CF. RGB value is (97,139,207). Sum of RGB (Red+Green+Blue) = 97+139+207=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #618BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BCF is #9E7430. Grayscale: #858585. Windows color (decimal): -10384433 or 13601633. OLE color: 13601633.

HSL color Cylindrical-coordinate representation of color #618BCF: hue angle of 217.09º 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 #618BCF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 139 207 -
CMYK 0.53 0.33 0 0.19
HSL 217.09º 0.53% 0.6% -
HSV(B) 217.09º 0.53% 0.81% -
XYZ 25.42 25.51 62.62 -
YUV 134.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 97 139 207 0.53 0.33 0 0.19 217.09 0.53 0.6
Hex 61 8B CF 35 21 0 13 D9 35 3C
Octal 141 213 317 65 41 0 23 331 65 74
Binary 1100001 10001011 11001111 110101 100001 0 10011 11011001 110101 111100

Color Harmonies of #618BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BCF

Black with #618BCF

Text Example


Text Example

White with #618BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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