#6D8CB7

Color #6D8CB7 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6D8CB7

Tints of Wild Blue Yonder #6D8CB7

Color information

#6D8CB7 (or 0x6D8CB7) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 8C and B7. RGB value is (109,140,183). Sum of RGB (Red+Green+Blue) = 109+140+183=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #6D8CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CB7 is #927348. Grayscale: #878787. Windows color (decimal): -9597769 or 12029037. OLE color: 12029037.

HSL color Cylindrical-coordinate representation of color #6D8CB7: hue angle of 214.86º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D8CB7 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB109140183-
CMYK0.400.2300.28
HSL214.86º33.94%57.25%-
HSV(B)214.86º40.44%71.76%-
XYZ24.2325.4348.43-
YUV135.63154.73109-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.23%
GREEN value IS 140 (55.08% from 255) = 32.41%
BLUE value IS 183 (71.88% from 255) = 42.36%
R=25.23%
G=32.41%
B=42.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1091401830.400.2300.28214.8633.9457.25
Hex6D8CB7281701Cd72239
Octal15521426750270343274271
Binary110110110001100101101111010001011101110011010111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D8CB7;
 }
 .AnyTagClassName
 {
   color: #6D8CB7;
 }
</style>
background-color css

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

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

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

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

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

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