Html Css Color HEX #6683BC Danube

📋 copy color: '#6683BC'

red 102 ◦ green 131 ◦ blue 188

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

Shades of Danube #6683BC

Tints of Danube #6683BC

RGB

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

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

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

R = 24.23%
G = 31.12%
B = 44.66%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6683BC (or 0x6683BC) is known color: Danube. HEX triplet: 66, 83 and BC. RGB value is (102,131,188). Sum of RGB (Red+Green+Blue) = 102+131+188=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #6683BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6683BC is #997C43. Grayscale: #808080. Windows color (decimal): -10058820 or 12354406. OLE color: 12354406.

HSL color Cylindrical-coordinate representation of color #6683BC: hue angle of 219.77º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6683BC is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 131 188 -
CMYK 0.46 0.30 0 0.26
HSL 219.77º 0.39% 0.57% -
HSV(B) 219.77º 0.46% 0.74% -
XYZ 22.67 22.69 50.76 -
YUV 128.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 102 131 188 0.46 0.30 0 0.26 219.77 0.39 0.57
Hex 66 83 BC 2E 1E 0 1A DC 27 39
Octal 146 203 274 56 36 0 32 334 47 71
Binary 1100110 10000011 10111100 101110 11110 0 11010 11011100 100111 111001

Color Harmonies of #6683BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6683BC

Black with #6683BC

Text Example


Text Example

White with #6683BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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