Html Css Color HEX #618FCB Danube

📋 copy color: '#618FCB'

red 97 ◦ green 143 ◦ blue 203

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

Shades of Danube #618FCB

Tints of Danube #618FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.28%

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

R = 21.9%
G = 32.28%
B = 45.82%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#618FCB (or 0x618FCB) is known color: Danube. HEX triplet: 61, 8F and CB. RGB value is (97,143,203). Sum of RGB (Red+Green+Blue) = 97+143+203=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #618FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FCB is #9E7034. Grayscale: #878787. Windows color (decimal): -10383413 or 13340513. OLE color: 13340513.

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

Color convert

RGB 97 143 203 -
CMYK 0.52 0.30 0 0.20
HSL 213.96º 0.5% 0.59% -
HSV(B) 213.96º 0.52% 0.8% -
XYZ 25.53 26.5 60.27 -
YUV 136.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 97 143 203 0.52 0.30 0 0.20 213.96 0.5 0.59
Hex 61 8F CB 34 1E 0 14 D6 32 3B
Octal 141 217 313 64 36 0 24 326 62 73
Binary 1100001 10001111 11001011 110100 11110 0 10100 11010110 110010 111011

Color Harmonies of #618FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FCB

Black with #618FCB

Text Example


Text Example

White with #618FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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