Html Css Color HEX #6193CE Danube

📋 copy color: '#6193CE'

red 97 ◦ green 147 ◦ blue 206

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

Shades of Danube #6193CE

Tints of Danube #6193CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 21.56%
G = 32.67%
B = 45.78%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6193CE (or 0x6193CE) is known color: Danube. HEX triplet: 61, 93 and CE. RGB value is (97,147,206). Sum of RGB (Red+Green+Blue) = 97+147+206=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #6193CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193CE is #9E6C31. Grayscale: #8A8A8A. Windows color (decimal): -10382386 or 13538145. OLE color: 13538145.

HSL color Cylindrical-coordinate representation of color #6193CE: hue angle of 212.48º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6193CE is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 147 206 -
CMYK 0.53 0.29 0 0.19
HSL 212.48º 0.53% 0.59% -
HSV(B) 212.48º 0.53% 0.81% -
XYZ 26.5 27.87 62.37 -
YUV 138.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 97 147 206 0.53 0.29 0 0.19 212.48 0.53 0.59
Hex 61 93 CE 35 1D 0 13 D4 35 3B
Octal 141 223 316 65 35 0 23 324 65 73
Binary 1100001 10010011 11001110 110101 11101 0 10011 11010100 110101 111011

Color Harmonies of #6193CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6193CE

Black with #6193CE

Text Example


Text Example

White with #6193CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6193CE; }

 p { color: rgb(97,147,206); }

 H1.HeaderClassName
 {
   color: #6193CE;
 }
 .AnyTagClassName
 {
   color: #6193CE;
 }
</style>

background-color css

<style>
 a { background-color: #6193CE; }

 a { background-color: rgb(97,147,206); }

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

border-color css

<style>
 span { border-color: #6193CE; }

 span { border-color: rgb(97,147,206); }

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