Html Css Color HEX #6382BC Danube

📋 copy color: '#6382BC'

red 99 ◦ green 130 ◦ blue 188

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

Shades of Danube #6382BC

Tints of Danube #6382BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

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

R = 23.74%
G = 31.18%
B = 45.08%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6382BC (or 0x6382BC) is known color: Danube. HEX triplet: 63, 82 and BC. RGB value is (99,130,188). Sum of RGB (Red+Green+Blue) = 99+130+188=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #6382BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382BC is #9C7D43. Grayscale: #7F7F7F. Windows color (decimal): -10255684 or 12354147. OLE color: 12354147.

HSL color Cylindrical-coordinate representation of color #6382BC: hue angle of 219.1º 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 #6382BC is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 130 188 -
CMYK 0.47 0.31 0 0.26
HSL 219.1º 0.4% 0.56% -
HSV(B) 219.1º 0.47% 0.74% -
XYZ 22.21 22.25 50.7 -
YUV 127.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 99 130 188 0.47 0.31 0 0.26 219.1 0.4 0.56
Hex 63 82 BC 2F 1F 0 1A DB 28 38
Octal 143 202 274 57 37 0 32 333 50 70
Binary 1100011 10000010 10111100 101111 11111 0 11010 11011011 101000 111000

Color Harmonies of #6382BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6382BC

Black with #6382BC

Text Example


Text Example

White with #6382BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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