Html Css Color HEX #6D8CCF Danube

📋 copy color: '#6D8CCF'

red 109 ◦ green 140 ◦ blue 207

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

Shades of Danube #6D8CCF

Tints of Danube #6D8CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

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

R = 23.9%
G = 30.7%
B = 45.39%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D8CCF (or 0x6D8CCF) is known color: Danube. HEX triplet: 6D, 8C and CF. RGB value is (109,140,207). Sum of RGB (Red+Green+Blue) = 109+140+207=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D8CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CCF is #927330. Grayscale: #8A8A8A. Windows color (decimal): -9597745 or 13601901. OLE color: 13601901.

HSL color Cylindrical-coordinate representation of color #6D8CCF: hue angle of 221.02º 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 #6D8CCF is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 140 207 -
CMYK 0.47 0.32 0 0.19
HSL 221.02º 0.51% 0.62% -
HSV(B) 221.02º 0.47% 0.81% -
XYZ 26.95 26.51 62.73 -
YUV 138.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 109 140 207 0.47 0.32 0 0.19 221.02 0.51 0.62
Hex 6D 8C CF 2F 20 0 13 DD 33 3E
Octal 155 214 317 57 40 0 23 335 63 76
Binary 1101101 10001100 11001111 101111 100000 0 10011 11011101 110011 111110

Color Harmonies of #6D8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8CCF

Black with #6D8CCF

Text Example


Text Example

White with #6D8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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