Html Css Color HEX #618BCB Danube

📋 copy color: '#618BCB'

red 97 ◦ green 139 ◦ blue 203

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

Shades of Danube #618BCB

Tints of Danube #618BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 22.1%
G = 31.66%
B = 46.24%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#618BCB (or 0x618BCB) is known color: Danube. HEX triplet: 61, 8B and CB. RGB value is (97,139,203). Sum of RGB (Red+Green+Blue) = 97+139+203=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #618BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BCB is #9E7434. Grayscale: #858585. Windows color (decimal): -10384437 or 13339489. OLE color: 13339489.

HSL color Cylindrical-coordinate representation of color #618BCB: hue angle of 216.23º degrees, saturation: 0.5, 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 #618BCB is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 139 203 -
CMYK 0.52 0.32 0 0.20
HSL 216.23º 0.5% 0.59% -
HSV(B) 216.23º 0.52% 0.8% -
XYZ 24.94 25.32 60.07 -
YUV 133.74 167.09 101.8 -
System Red Green Blue C M Y K H S L
Decimal 97 139 203 0.52 0.32 0 0.20 216.23 0.5 0.59
Hex 61 8B CB 34 20 0 14 D8 32 3B
Octal 141 213 313 64 40 0 24 330 62 73
Binary 1100001 10001011 11001011 110100 100000 0 10100 11011000 110010 111011

Color Harmonies of #618BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BCB

Black with #618BCB

Text Example


Text Example

White with #618BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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