#6F8EBA

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

Shades of Wild Blue Yonder #6F8EBA

Tints of Wild Blue Yonder #6F8EBA

Color information

#6F8EBA (or 0x6F8EBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 8E and BA. RGB value is (111,142,186). Sum of RGB (Red+Green+Blue) = 111+142+186=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F8EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8EBA is #907145. Grayscale: #898989. Windows color (decimal): -9466182 or 12226159. OLE color: 12226159.

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

Color convert

RGB111142186-
CMYK0.400.2400.27
HSL215.2º35.21%58.24%-
HSV(B)215.2º40.32%72.94%-
XYZ25.0926.2750.2-
YUV137.75155.23108.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.28%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=25.28%
G=32.35%
B=42.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111421860.400.2400.27215.235.2158.24
Hex6F8EBA281801Bd7233a
Octal15721627250300333274372
Binary110111110001110101110101010001100001101111010111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,186); }

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

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

 a { background-color: rgb(111,142,186); }

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

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

 span { border-color: rgb(111,142,186); }

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