Html Css Color HEX #6883BE Danube

📋 copy color: '#6883BE'

red 104 ◦ green 131 ◦ blue 190

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

Shades of Danube #6883BE

Tints of Danube #6883BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 24.47%
G = 30.82%
B = 44.71%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6883BE (or 0x6883BE) is known color: Danube. HEX triplet: 68, 83 and BE. RGB value is (104,131,190). Sum of RGB (Red+Green+Blue) = 104+131+190=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #6883BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6883BE is #977C41. Grayscale: #818181. Windows color (decimal): -9927746 or 12485480. OLE color: 12485480.

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

Color convert

RGB 104 131 190 -
CMYK 0.45 0.31 0 0.25
HSL 221.16º 0.4% 0.58% -
HSV(B) 221.16º 0.45% 0.75% -
XYZ 23.12 22.89 51.92 -
YUV 129.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 104 131 190 0.45 0.31 0 0.25 221.16 0.4 0.58
Hex 68 83 BE 2D 1F 0 19 DD 28 3A
Octal 150 203 276 55 37 0 31 335 50 72
Binary 1101000 10000011 10111110 101101 11111 0 11001 11011101 101000 111010

Color Harmonies of #6883BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6883BE

Black with #6883BE

Text Example


Text Example

White with #6883BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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