Html Css Color HEX #618CCD Danube

📋 copy color: '#618CCD'

red 97 ◦ green 140 ◦ blue 205

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

Shades of Danube #618CCD

Tints of Danube #618CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 21.95%
G = 31.67%
B = 46.38%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#618CCD (or 0x618CCD) is known color: Danube. HEX triplet: 61, 8C and CD. RGB value is (97,140,205). Sum of RGB (Red+Green+Blue) = 97+140+205=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #618CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CCD is #9E7332. Grayscale: #868686. Windows color (decimal): -10384179 or 13470817. OLE color: 13470817.

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

Color convert

RGB 97 140 205 -
CMYK 0.53 0.32 0 0.20
HSL 216.11º 0.52% 0.59% -
HSV(B) 216.11º 0.53% 0.8% -
XYZ 25.33 25.71 61.38 -
YUV 134.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 97 140 205 0.53 0.32 0 0.20 216.11 0.52 0.59
Hex 61 8C CD 35 20 0 14 D8 34 3B
Octal 141 214 315 65 40 0 24 330 64 73
Binary 1100001 10001100 11001101 110101 100000 0 10100 11011000 110100 111011

Color Harmonies of #618CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CCD

Black with #618CCD

Text Example


Text Example

White with #618CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,140,205); }

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

background-color css

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

 a { background-color: rgb(97,140,205); }

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

border-color css

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

 span { border-color: rgb(97,140,205); }

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