Html Css Color HEX #6392BC Danube

📋 copy color: '#6392BC'

red 99 ◦ green 146 ◦ blue 188

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

Shades of Danube #6392BC

Tints of Danube #6392BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 22.86%
G = 33.72%
B = 43.42%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6392BC (or 0x6392BC) is known color: Danube. HEX triplet: 63, 92 and BC. RGB value is (99,146,188). Sum of RGB (Red+Green+Blue) = 99+146+188=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #6392BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392BC is #9C6D43. Grayscale: #888888. Windows color (decimal): -10251588 or 12358243. OLE color: 12358243.

HSL color Cylindrical-coordinate representation of color #6392BC: hue angle of 208.31º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6392BC is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 146 188 -
CMYK 0.47 0.22 0 0.26
HSL 208.31º 0.4% 0.56% -
HSV(B) 208.31º 0.47% 0.74% -
XYZ 24.5 26.84 51.47 -
YUV 136.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 99 146 188 0.47 0.22 0 0.26 208.31 0.4 0.56
Hex 63 92 BC 2F 16 0 1A D0 28 38
Octal 143 222 274 57 26 0 32 320 50 70
Binary 1100011 10010010 10111100 101111 10110 0 11010 11010000 101000 111000

Color Harmonies of #6392BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6392BC

Black with #6392BC

Text Example


Text Example

White with #6392BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6392BC; }

 p { color: rgb(99,146,188); }

 H1.HeaderClassName
 {
   color: #6392BC;
 }
 .AnyTagClassName
 {
   color: #6392BC;
 }
</style>

background-color css

<style>
 a { background-color: #6392BC; }

 a { background-color: rgb(99,146,188); }

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

border-color css

<style>
 span { border-color: #6392BC; }

 span { border-color: rgb(99,146,188); }

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