#6D7FBF

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

Shades of Wild Blue Yonder #6D7FBF

Tints of Wild Blue Yonder #6D7FBF

Color information

#6D7FBF (or 0x6D7FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7F and BF. RGB value is (109,127,191). Sum of RGB (Red+Green+Blue) = 109+127+191=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D7FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7FBF is #928040. Grayscale: #808080. Windows color (decimal): -9601089 or 12549997. OLE color: 12549997.

HSL color Cylindrical-coordinate representation of color #6D7FBF: hue angle of 226.83º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D7FBF is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109127191-
CMYK0.430.3400.25
HSL226.83º39.05%58.82%-
HSV(B)226.83º42.93%74.9%-
XYZ23.322.1952.35-
YUV128.91163.04113.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.53%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 191 (75% from 255) = 44.73%
R=25.53%
G=29.74%
B=44.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091271910.430.3400.25226.8339.0558.82
Hex6D7FBF2B22019e3273b
Octal15517727753420313434773
Binary110110111111111011111110101110001001100111100011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,191); }

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

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

 a { background-color: rgb(109,127,191); }

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

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

 span { border-color: rgb(109,127,191); }

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