Html Css Color HEX #6D8FCF Danube

📋 copy color: '#6D8FCF'

red 109 ◦ green 143 ◦ blue 207

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

Shades of Danube #6D8FCF

Tints of Danube #6D8FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

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

R = 23.75%
G = 31.15%
B = 45.1%

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

#6D8FCF (or 0x6D8FCF) is known color: Danube. HEX triplet: 6D, 8F and CF. RGB value is (109,143,207). Sum of RGB (Red+Green+Blue) = 109+143+207=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D8FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FCF is #927030. Grayscale: #8B8B8B. Windows color (decimal): -9596977 or 13602669. OLE color: 13602669.

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

Color convert

RGB 109 143 207 -
CMYK 0.47 0.31 0 0.19
HSL 219.18º 0.51% 0.62% -
HSV(B) 219.18º 0.47% 0.81% -
XYZ 27.39 27.4 62.88 -
YUV 140.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 109 143 207 0.47 0.31 0 0.19 219.18 0.51 0.62
Hex 6D 8F CF 2F 1F 0 13 DB 33 3E
Octal 155 217 317 57 37 0 23 333 63 76
Binary 1101101 10001111 11001111 101111 11111 0 10011 11011011 110011 111110

Color Harmonies of #6D8FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8FCF

Black with #6D8FCF

Text Example


Text Example

White with #6D8FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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