Html Css Color HEX #6D8BCF Danube

📋 copy color: '#6D8BCF'

red 109 ◦ green 139 ◦ blue 207

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

Shades of Danube #6D8BCF

Tints of Danube #6D8BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

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

R = 23.96%
G = 30.55%
B = 45.49%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D8BCF (or 0x6D8BCF) is known color: Danube. HEX triplet: 6D, 8B and CF. RGB value is (109,139,207). Sum of RGB (Red+Green+Blue) = 109+139+207=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D8BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BCF is #927430. Grayscale: #898989. Windows color (decimal): -9598001 or 13601645. OLE color: 13601645.

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

Color convert

RGB 109 139 207 -
CMYK 0.47 0.33 0 0.19
HSL 221.63º 0.51% 0.62% -
HSV(B) 221.63º 0.47% 0.81% -
XYZ 26.8 26.22 62.68 -
YUV 137.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 109 139 207 0.47 0.33 0 0.19 221.63 0.51 0.62
Hex 6D 8B CF 2F 21 0 13 DE 33 3E
Octal 155 213 317 57 41 0 23 336 63 76
Binary 1101101 10001011 11001111 101111 100001 0 10011 11011110 110011 111110

Color Harmonies of #6D8BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8BCF

Black with #6D8BCF

Text Example


Text Example

White with #6D8BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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