Html Css Color HEX #6685BC Danube

📋 copy color: '#6685BC'

red 102 ◦ green 133 ◦ blue 188

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

Shades of Danube #6685BC

Tints of Danube #6685BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 24.11%
G = 31.44%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6685BC (or 0x6685BC) is known color: Danube. HEX triplet: 66, 85 and BC. RGB value is (102,133,188). Sum of RGB (Red+Green+Blue) = 102+133+188=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #6685BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685BC is #997A43. Grayscale: #818181. Windows color (decimal): -10058308 or 12354918. OLE color: 12354918.

HSL color Cylindrical-coordinate representation of color #6685BC: hue angle of 218.37º 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 #6685BC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 133 188 -
CMYK 0.46 0.29 0 0.26
HSL 218.37º 0.39% 0.57% -
HSV(B) 218.37º 0.46% 0.74% -
XYZ 22.94 23.23 50.85 -
YUV 130 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 102 133 188 0.46 0.29 0 0.26 218.37 0.39 0.57
Hex 66 85 BC 2E 1D 0 1A DA 27 39
Octal 146 205 274 56 35 0 32 332 47 71
Binary 1100110 10000101 10111100 101110 11101 0 11010 11011010 100111 111001

Color Harmonies of #6685BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6685BC

Black with #6685BC

Text Example


Text Example

White with #6685BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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