Html Css Color HEX #6293CC Danube

📋 copy color: '#6293CC'

red 98 ◦ green 147 ◦ blue 204

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

Shades of Danube #6293CC

Tints of Danube #6293CC

RGB

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

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

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

R = 21.83%
G = 32.74%
B = 45.43%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6293CC (or 0x6293CC) is known color: Danube. HEX triplet: 62, 93 and CC. RGB value is (98,147,204). Sum of RGB (Red+Green+Blue) = 98+147+204=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #6293CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6293CC is #9D6C33. Grayscale: #8A8A8A. Windows color (decimal): -10316852 or 13407074. OLE color: 13407074.

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

Color convert

RGB 98 147 204 -
CMYK 0.52 0.28 0 0.2
HSL 212.26º 0.51% 0.59% -
HSV(B) 212.26º 0.52% 0.8% -
XYZ 26.37 27.82 61.11 -
YUV 138.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 98 147 204 0.52 0.28 0 0.2 212.26 0.51 0.59
Hex 62 93 CC 34 1C 0 14 D4 33 3B
Octal 142 223 314 64 34 0 24 324 63 73
Binary 1100010 10010011 11001100 110100 11100 0 10100 11010100 110011 111011

Color Harmonies of #6293CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6293CC

Black with #6293CC

Text Example


Text Example

White with #6293CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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