Html Css Color HEX #6683BF Danube

📋 copy color: '#6683BF'

red 102 ◦ green 131 ◦ blue 191

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

Shades of Danube #6683BF

Tints of Danube #6683BF

RGB

 RED value IS 102 (40.23% from 255) = 24.06%

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

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

R = 24.06%
G = 30.9%
B = 45.05%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6683BF (or 0x6683BF) is known color: Danube. HEX triplet: 66, 83 and BF. RGB value is (102,131,191). Sum of RGB (Red+Green+Blue) = 102+131+191=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #6683BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6683BF is #997C40. Grayscale: #808080. Windows color (decimal): -10058817 or 12551014. OLE color: 12551014.

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

Color convert

RGB 102 131 191 -
CMYK 0.47 0.31 0 0.25
HSL 220.45º 0.41% 0.57% -
HSV(B) 220.45º 0.47% 0.75% -
XYZ 23 22.82 52.48 -
YUV 129.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 102 131 191 0.47 0.31 0 0.25 220.45 0.41 0.57
Hex 66 83 BF 2F 1F 0 19 DC 29 39
Octal 146 203 277 57 37 0 31 334 51 71
Binary 1100110 10000011 10111111 101111 11111 0 11001 11011100 101001 111001

Color Harmonies of #6683BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6683BF

Black with #6683BF

Text Example


Text Example

White with #6683BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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