Html Css Color HEX #6293CD Danube

📋 copy color: '#6293CD'

red 98 ◦ green 147 ◦ blue 205

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

Shades of Danube #6293CD

Tints of Danube #6293CD

RGB

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

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

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

R = 21.78%
G = 32.67%
B = 45.56%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6293CD (or 0x6293CD) is known color: Danube. HEX triplet: 62, 93 and CD. RGB value is (98,147,205). Sum of RGB (Red+Green+Blue) = 98+147+205=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #6293CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6293CD is #9D6C32. Grayscale: #8A8A8A. Windows color (decimal): -10316851 or 13472610. OLE color: 13472610.

HSL color Cylindrical-coordinate representation of color #6293CD: hue angle of 212.52º degrees, saturation: 0.52, 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 #6293CD is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 147 205 -
CMYK 0.52 0.28 0 0.20
HSL 212.52º 0.52% 0.59% -
HSV(B) 212.52º 0.52% 0.8% -
XYZ 26.49 27.87 61.74 -
YUV 138.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 98 147 205 0.52 0.28 0 0.20 212.52 0.52 0.59
Hex 62 93 CD 34 1C 0 14 D5 34 3B
Octal 142 223 315 64 34 0 24 325 64 73
Binary 1100010 10010011 11001101 110100 11100 0 10100 11010101 110100 111011

Color Harmonies of #6293CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6293CD

Black with #6293CD

Text Example


Text Example

White with #6293CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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