#6F7EC8

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

Shades of Wild Blue Yonder #6F7EC8

Tints of Wild Blue Yonder #6F7EC8

Color information

#6F7EC8 (or 0x6F7EC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 7E and C8. RGB value is (111,126,200). Sum of RGB (Red+Green+Blue) = 111+126+200=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #6F7EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7EC8 is #908137. Grayscale: #818181. Windows color (decimal): -9470264 or 13139567. OLE color: 13139567.

HSL color Cylindrical-coordinate representation of color #6F7EC8: hue angle of 229.89º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F7EC8 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB111126200-
CMYK0.440.3700.22
HSL229.89º44.72%60.98%-
HSV(B)229.89º44.5%78.43%-
XYZ24.4422.4757.69-
YUV129.95167.53114.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.40%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 200 (78.52% from 255) = 45.77%
R=25.40%
G=28.83%
B=45.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1111262000.440.3700.22229.8944.7260.98
Hex6F7EC82C25016e62d3d
Octal15717631054450263465575
Binary110111111111101100100010110010010101011011100110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,126,200); }

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

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

 a { background-color: rgb(111,126,200); }

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

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

 span { border-color: rgb(111,126,200); }

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