Html Css Color HEX #6685BE Danube

📋 copy color: '#6685BE'

red 102 ◦ green 133 ◦ blue 190

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

Shades of Danube #6685BE

Tints of Danube #6685BE

RGB

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

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

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

R = 24%
G = 31.29%
B = 44.71%

CMYK

 C value IS 0.46

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6685BE (or 0x6685BE) is known color: Danube. HEX triplet: 66, 85 and BE. RGB value is (102,133,190). Sum of RGB (Red+Green+Blue) = 102+133+190=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 133 (52.34% from 255 or 31.29% 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 #6685BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685BE is #997A41. Grayscale: #818181. Windows color (decimal): -10058306 or 12485990. OLE color: 12485990.

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

Color convert

RGB 102 133 190 -
CMYK 0.46 0.3 0 0.25
HSL 218.86º 0.4% 0.57% -
HSV(B) 218.86º 0.46% 0.75% -
XYZ 23.16 23.32 52 -
YUV 130.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 102 133 190 0.46 0.3 0 0.25 218.86 0.4 0.57
Hex 66 85 BE 2E 1E 0 19 DB 28 39
Octal 146 205 276 56 36 0 31 333 50 71
Binary 1100110 10000101 10111110 101110 11110 0 11001 11011011 101000 111001

Color Harmonies of #6685BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6685BE

Black with #6685BE

Text Example


Text Example

White with #6685BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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