Html Css Color HEX #6292C1 Danube

📋 copy color: '#6292C1'

red 98 ◦ green 146 ◦ blue 193

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

Shades of Danube #6292C1

Tints of Danube #6292C1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.41%

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 22.43%
G = 33.41%
B = 44.16%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6292C1 (or 0x6292C1) is known color: Danube. HEX triplet: 62, 92 and C1. RGB value is (98,146,193). Sum of RGB (Red+Green+Blue) = 98+146+193=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #6292C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6292C1 is #9D6D3E. Grayscale: #888888. Windows color (decimal): -10317119 or 12685922. OLE color: 12685922.

HSL color Cylindrical-coordinate representation of color #6292C1: hue angle of 209.68º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6292C1 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 98 146 193 -
CMYK 0.49 0.24 0 0.24
HSL 209.68º 0.43% 0.57% -
HSV(B) 209.68º 0.49% 0.76% -
XYZ 24.94 27 54.35 -
YUV 137.01 159.6 100.18 -
System Red Green Blue C M Y K H S L
Decimal 98 146 193 0.49 0.24 0 0.24 209.68 0.43 0.57
Hex 62 92 C1 31 18 0 18 D2 2B 39
Octal 142 222 301 61 30 0 30 322 53 71
Binary 1100010 10010010 11000001 110001 11000 0 11000 11010010 101011 111001

Color Harmonies of #6292C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6292C1

Black with #6292C1

Text Example


Text Example

White with #6292C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6292C1; }

 p { color: rgb(98,146,193); }

 H1.HeaderClassName
 {
   color: #6292C1;
 }
 .AnyTagClassName
 {
   color: #6292C1;
 }
</style>

background-color css

<style>
 a { background-color: #6292C1; }

 a { background-color: rgb(98,146,193); }

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

border-color css

<style>
 span { border-color: #6292C1; }

 span { border-color: rgb(98,146,193); }

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