Html Css Color HEX #618BCC Danube

📋 copy color: '#618BCC'

red 97 ◦ green 139 ◦ blue 204

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

Shades of Danube #618BCC

Tints of Danube #618BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 22.05%
G = 31.59%
B = 46.36%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#618BCC (or 0x618BCC) is known color: Danube. HEX triplet: 61, 8B and CC. RGB value is (97,139,204). Sum of RGB (Red+Green+Blue) = 97+139+204=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #618BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BCC is #9E7433. Grayscale: #858585. Windows color (decimal): -10384436 or 13405025. OLE color: 13405025.

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

Color convert

RGB 97 139 204 -
CMYK 0.52 0.32 0 0.2
HSL 216.45º 0.51% 0.59% -
HSV(B) 216.45º 0.52% 0.8% -
XYZ 25.06 25.37 60.7 -
YUV 133.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 97 139 204 0.52 0.32 0 0.2 216.45 0.51 0.59
Hex 61 8B CC 34 20 0 14 D8 33 3B
Octal 141 213 314 64 40 0 24 330 63 73
Binary 1100001 10001011 11001100 110100 100000 0 10100 11011000 110011 111011

Color Harmonies of #618BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BCC

Black with #618BCC

Text Example


Text Example

White with #618BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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