Html Css Color HEX #6394C6 Danube

📋 copy color: '#6394C6'

red 99 ◦ green 148 ◦ blue 198

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

Shades of Danube #6394C6

Tints of Danube #6394C6

RGB

 RED value IS 99 (39.06% from 255) = 22.25%

 GREEN value IS 148 (58.2% from 255) = 33.26%

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 22.25%
G = 33.26%
B = 44.49%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6394C6 (or 0x6394C6) is known color: Danube. HEX triplet: 63, 94 and C6. RGB value is (99,148,198). Sum of RGB (Red+Green+Blue) = 99+148+198=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #6394C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394C6 is #9C6B39. Grayscale: #8A8A8A. Windows color (decimal): -10251066 or 13014115. OLE color: 13014115.

HSL color Cylindrical-coordinate representation of color #6394C6: hue angle of 210.3º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6394C6 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 148 198 -
CMYK 0.50 0.25 0 0.22
HSL 210.3º 0.46% 0.58% -
HSV(B) 210.3º 0.5% 0.78% -
XYZ 25.93 27.91 57.45 -
YUV 139.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 99 148 198 0.50 0.25 0 0.22 210.3 0.46 0.58
Hex 63 94 C6 32 19 0 16 D2 2E 3A
Octal 143 224 306 62 31 0 26 322 56 72
Binary 1100011 10010100 11000110 110010 11001 0 10110 11010010 101110 111010

Color Harmonies of #6394C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6394C6

Black with #6394C6

Text Example


Text Example

White with #6394C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6394C6; }

 p { color: rgb(99,148,198); }

 H1.HeaderClassName
 {
   color: #6394C6;
 }
 .AnyTagClassName
 {
   color: #6394C6;
 }
</style>

background-color css

<style>
 a { background-color: #6394C6; }

 a { background-color: rgb(99,148,198); }

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

border-color css

<style>
 span { border-color: #6394C6; }

 span { border-color: rgb(99,148,198); }

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