Html Css Color HEX #6883BF Danube

📋 copy color: '#6883BF'

red 104 ◦ green 131 ◦ blue 191

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

Shades of Danube #6883BF

Tints of Danube #6883BF

RGB

 RED value IS 104 (41.02% from 255) = 24.41%

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

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

R = 24.41%
G = 30.75%
B = 44.84%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6883BF (or 0x6883BF) is known color: Danube. HEX triplet: 68, 83 and BF. RGB value is (104,131,191). Sum of RGB (Red+Green+Blue) = 104+131+191=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #6883BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883BF is #977C40. Grayscale: #818181. Windows color (decimal): -9927745 or 12551016. OLE color: 12551016.

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

Color convert

RGB 104 131 191 -
CMYK 0.46 0.31 0 0.25
HSL 221.38º 0.4% 0.58% -
HSV(B) 221.38º 0.46% 0.75% -
XYZ 23.23 22.94 52.49 -
YUV 129.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 104 131 191 0.46 0.31 0 0.25 221.38 0.4 0.58
Hex 68 83 BF 2E 1F 0 19 DD 28 3A
Octal 150 203 277 56 37 0 31 335 50 72
Binary 1101000 10000011 10111111 101110 11111 0 11001 11011101 101000 111010

Color Harmonies of #6883BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6883BF

Black with #6883BF

Text Example


Text Example

White with #6883BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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