Html Css Color HEX #6D8ECF Danube

📋 copy color: '#6D8ECF'

red 109 ◦ green 142 ◦ blue 207

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

Shades of Danube #6D8ECF

Tints of Danube #6D8ECF

RGB

 RED value IS 109 (42.97% from 255) = 23.8%

 GREEN value IS 142 (55.86% from 255) = 31%

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 23.8%
G = 31%
B = 45.2%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D8ECF (or 0x6D8ECF) is known color: Danube. HEX triplet: 6D, 8E and CF. RGB value is (109,142,207). Sum of RGB (Red+Green+Blue) = 109+142+207=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D8ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8ECF is #927130. Grayscale: #8B8B8B. Windows color (decimal): -9597233 or 13602413. OLE color: 13602413.

HSL color Cylindrical-coordinate representation of color #6D8ECF: hue angle of 219.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8ECF is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 142 207 -
CMYK 0.47 0.31 0 0.19
HSL 219.8º 0.51% 0.62% -
HSV(B) 219.8º 0.47% 0.81% -
XYZ 27.24 27.1 62.83 -
YUV 139.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 109 142 207 0.47 0.31 0 0.19 219.8 0.51 0.62
Hex 6D 8E CF 2F 1F 0 13 DC 33 3E
Octal 155 216 317 57 37 0 23 334 63 76
Binary 1101101 10001110 11001111 101111 11111 0 10011 11011100 110011 111110

Color Harmonies of #6D8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8ECF

Black with #6D8ECF

Text Example


Text Example

White with #6D8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D8ECF; }

 p { color: rgb(109,142,207); }

 H1.HeaderClassName
 {
   color: #6D8ECF;
 }
 .AnyTagClassName
 {
   color: #6D8ECF;
 }
</style>

background-color css

<style>
 a { background-color: #6D8ECF; }

 a { background-color: rgb(109,142,207); }

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

border-color css

<style>
 span { border-color: #6D8ECF; }

 span { border-color: rgb(109,142,207); }

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