Html Css Color HEX #618DCB Danube

📋 copy color: '#618DCB'

red 97 ◦ green 141 ◦ blue 203

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

Shades of Danube #618DCB

Tints of Danube #618DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.97%

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

R = 22%
G = 31.97%
B = 46.03%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#618DCB (or 0x618DCB) is known color: Danube. HEX triplet: 61, 8D and CB. RGB value is (97,141,203). Sum of RGB (Red+Green+Blue) = 97+141+203=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #618DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DCB is #9E7234. Grayscale: #868686. Windows color (decimal): -10383925 or 13340001. OLE color: 13340001.

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

Color convert

RGB 97 141 203 -
CMYK 0.52 0.31 0 0.20
HSL 215.09º 0.5% 0.59% -
HSV(B) 215.09º 0.52% 0.8% -
XYZ 25.23 25.9 60.17 -
YUV 134.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 97 141 203 0.52 0.31 0 0.20 215.09 0.5 0.59
Hex 61 8D CB 34 1F 0 14 D7 32 3B
Octal 141 215 313 64 37 0 24 327 62 73
Binary 1100001 10001101 11001011 110100 11111 0 10100 11010111 110010 111011

Color Harmonies of #618DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DCB

Black with #618DCB

Text Example


Text Example

White with #618DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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