Html Css Color HEX #6383BF Danube

📋 copy color: '#6383BF'

red 99 ◦ green 131 ◦ blue 191

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

Shades of Danube #6383BF

Tints of Danube #6383BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.12%

 BLUE value IS 191 (75% from 255) = 45.37%

R = 23.52%
G = 31.12%
B = 45.37%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6383BF (or 0x6383BF) is known color: Danube. HEX triplet: 63, 83 and BF. RGB value is (99,131,191). Sum of RGB (Red+Green+Blue) = 99+131+191=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #6383BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6383BF is #9C7C40. Grayscale: #808080. Windows color (decimal): -10255425 or 12551011. OLE color: 12551011.

HSL color Cylindrical-coordinate representation of color #6383BF: hue angle of 219.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6383BF is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 131 191 -
CMYK 0.48 0.31 0 0.25
HSL 219.13º 0.42% 0.57% -
HSV(B) 219.13º 0.48% 0.75% -
XYZ 22.67 22.65 52.47 -
YUV 128.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 99 131 191 0.48 0.31 0 0.25 219.13 0.42 0.57
Hex 63 83 BF 30 1F 0 19 DB 2A 39
Octal 143 203 277 60 37 0 31 333 52 71
Binary 1100011 10000011 10111111 110000 11111 0 11001 11011011 101010 111001

Color Harmonies of #6383BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6383BF

Black with #6383BF

Text Example


Text Example

White with #6383BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6383BF; }

 p { color: rgb(99,131,191); }

 H1.HeaderClassName
 {
   color: #6383BF;
 }
 .AnyTagClassName
 {
   color: #6383BF;
 }
</style>

background-color css

<style>
 a { background-color: #6383BF; }

 a { background-color: rgb(99,131,191); }

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

border-color css

<style>
 span { border-color: #6383BF; }

 span { border-color: rgb(99,131,191); }

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