Html Css Color HEX #6B8DBA Danube

📋 copy color: '#6B8DBA'

red 107 ◦ green 141 ◦ blue 186

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

Shades of Danube #6B8DBA

Tints of Danube #6B8DBA

RGB

 RED value IS 107 (42.19% from 255) = 24.65%

 GREEN value IS 141 (55.47% from 255) = 32.49%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 24.65%
G = 32.49%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B8DBA (or 0x6B8DBA) is known color: Danube. HEX triplet: 6B, 8D and BA. RGB value is (107,141,186). Sum of RGB (Red+Green+Blue) = 107+141+186=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B8DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8DBA is #947245. Grayscale: #878787. Windows color (decimal): -9728582 or 12225899. OLE color: 12225899.

HSL color Cylindrical-coordinate representation of color #6B8DBA: hue angle of 214.18º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B8DBA is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 141 186 -
CMYK 0.42 0.24 0 0.27
HSL 214.18º 0.36% 0.57% -
HSV(B) 214.18º 0.42% 0.73% -
XYZ 24.45 25.72 50.13 -
YUV 135.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 107 141 186 0.42 0.24 0 0.27 214.18 0.36 0.57
Hex 6B 8D BA 2A 18 0 1B D6 24 39
Octal 153 215 272 52 30 0 33 326 44 71
Binary 1101011 10001101 10111010 101010 11000 0 11011 11010110 100100 111001

Color Harmonies of #6B8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8DBA

Black with #6B8DBA

Text Example


Text Example

White with #6B8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,141,186); }

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

background-color css

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

 a { background-color: rgb(107,141,186); }

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

border-color css

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

 span { border-color: rgb(107,141,186); }

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