#6E7FBF

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

Shades of Wild Blue Yonder #6E7FBF

Tints of Wild Blue Yonder #6E7FBF

Color information

#6E7FBF (or 0x6E7FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6E, 7F and BF. RGB value is (110,127,191). Sum of RGB (Red+Green+Blue) = 110+127+191=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E7FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7FBF is #918040. Grayscale: #808080. Windows color (decimal): -9535553 or 12549998. OLE color: 12549998.

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

Color convert

RGB110127191-
CMYK0.420.3400.25
HSL227.41º38.76%59.02%-
HSV(B)227.41º42.41%74.9%-
XYZ23.4222.2652.35-
YUV129.21162.87114.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.70%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 191 (75% from 255) = 44.63%
R=25.70%
G=29.67%
B=44.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101271910.420.3400.25227.4138.7659.02
Hex6E7FBF2A22019e3273b
Octal15617727752420313434773
Binary110111011111111011111110101010001001100111100011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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