Html Css Color HEX #6B8FBB Danube

📋 copy color: '#6B8FBB'

red 107 ◦ green 143 ◦ blue 187

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

Shades of Danube #6B8FBB

Tints of Danube #6B8FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 24.49%
G = 32.72%
B = 42.79%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B8FBB (or 0x6B8FBB) is known color: Danube. HEX triplet: 6B, 8F and BB. RGB value is (107,143,187). Sum of RGB (Red+Green+Blue) = 107+143+187=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B8FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FBB is #947044. Grayscale: #898989. Windows color (decimal): -9728069 or 12291947. OLE color: 12291947.

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

Color convert

RGB 107 143 187 -
CMYK 0.43 0.24 0 0.27
HSL 213º 0.37% 0.58% -
HSV(B) 213º 0.43% 0.73% -
XYZ 24.86 26.36 50.79 -
YUV 137.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 107 143 187 0.43 0.24 0 0.27 213 0.37 0.58
Hex 6B 8F BB 2B 18 0 1B D5 25 3A
Octal 153 217 273 53 30 0 33 325 45 72
Binary 1101011 10001111 10111011 101011 11000 0 11011 11010101 100101 111010

Color Harmonies of #6B8FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8FBB

Black with #6B8FBB

Text Example


Text Example

White with #6B8FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,143,187); }

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

background-color css

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

 a { background-color: rgb(107,143,187); }

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

border-color css

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

 span { border-color: rgb(107,143,187); }

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