Html Css Color HEX #6293CE Danube

📋 copy color: '#6293CE'

red 98 ◦ green 147 ◦ blue 206

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

Shades of Danube #6293CE

Tints of Danube #6293CE

RGB

 RED value IS 98 (38.67% from 255) = 21.73%

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

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

R = 21.73%
G = 32.59%
B = 45.68%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6293CE (or 0x6293CE) is known color: Danube. HEX triplet: 62, 93 and CE. RGB value is (98,147,206). Sum of RGB (Red+Green+Blue) = 98+147+206=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #6293CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6293CE is #9D6C31. Grayscale: #8A8A8A. Windows color (decimal): -10316850 or 13538146. OLE color: 13538146.

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

Color convert

RGB 98 147 206 -
CMYK 0.52 0.29 0 0.19
HSL 212.78º 0.52% 0.6% -
HSV(B) 212.78º 0.52% 0.81% -
XYZ 26.61 27.92 62.38 -
YUV 139.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 98 147 206 0.52 0.29 0 0.19 212.78 0.52 0.6
Hex 62 93 CE 34 1D 0 13 D5 34 3C
Octal 142 223 316 64 35 0 23 325 64 74
Binary 1100010 10010011 11001110 110100 11101 0 10011 11010101 110100 111100

Color Harmonies of #6293CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6293CE

Black with #6293CE

Text Example


Text Example

White with #6293CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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