Html Css Color HEX #618FCC Danube

📋 copy color: '#618FCC'

red 97 ◦ green 143 ◦ blue 204

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

Shades of Danube #618FCC

Tints of Danube #618FCC

RGB

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

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

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

R = 21.85%
G = 32.21%
B = 45.95%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#618FCC (or 0x618FCC) is known color: Danube. HEX triplet: 61, 8F and CC. RGB value is (97,143,204). Sum of RGB (Red+Green+Blue) = 97+143+204=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #618FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FCC is #9E7033. Grayscale: #878787. Windows color (decimal): -10383412 or 13406049. OLE color: 13406049.

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

Color convert

RGB 97 143 204 -
CMYK 0.52 0.30 0 0.2
HSL 214.21º 0.51% 0.59% -
HSV(B) 214.21º 0.52% 0.8% -
XYZ 25.65 26.55 60.9 -
YUV 136.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 97 143 204 0.52 0.30 0 0.2 214.21 0.51 0.59
Hex 61 8F CC 34 1E 0 14 D6 33 3B
Octal 141 217 314 64 36 0 24 326 63 73
Binary 1100001 10001111 11001100 110100 11110 0 10100 11010110 110011 111011

Color Harmonies of #618FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FCC

Black with #618FCC

Text Example


Text Example

White with #618FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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