Html Css Color HEX #618BCD Danube

📋 copy color: '#618BCD'

red 97 ◦ green 139 ◦ blue 205

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

Shades of Danube #618BCD

Tints of Danube #618BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 22%
G = 31.52%
B = 46.49%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#618BCD (or 0x618BCD) is known color: Danube. HEX triplet: 61, 8B and CD. RGB value is (97,139,205). Sum of RGB (Red+Green+Blue) = 97+139+205=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #618BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BCD is #9E7432. Grayscale: #858585. Windows color (decimal): -10384435 or 13470561. OLE color: 13470561.

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

Color convert

RGB 97 139 205 -
CMYK 0.53 0.32 0 0.20
HSL 216.67º 0.52% 0.59% -
HSV(B) 216.67º 0.53% 0.8% -
XYZ 25.18 25.41 61.34 -
YUV 133.97 168.09 101.63 -
System Red Green Blue C M Y K H S L
Decimal 97 139 205 0.53 0.32 0 0.20 216.67 0.52 0.59
Hex 61 8B CD 35 20 0 14 D9 34 3B
Octal 141 213 315 65 40 0 24 331 64 73
Binary 1100001 10001011 11001101 110101 100000 0 10100 11011001 110100 111011

Color Harmonies of #618BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BCD

Black with #618BCD

Text Example


Text Example

White with #618BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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