#6F7FCE

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

Shades of Wild Blue Yonder #6F7FCE

Tints of Wild Blue Yonder #6F7FCE

Color information

#6F7FCE (or 0x6F7FCE) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 7F and CE. RGB value is (111,127,206). Sum of RGB (Red+Green+Blue) = 111+127+206=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F7FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FCE is #908031. Grayscale: #828282. Windows color (decimal): -9470002 or 13533039. OLE color: 13533039.

HSL color Cylindrical-coordinate representation of color #6F7FCE: hue angle of 229.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7FCE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB111127206-
CMYK0.460.3800.19
HSL229.89º49.22%62.16%-
HSV(B)229.89º46.12%80.78%-
XYZ25.2923.0161.5-
YUV131.22170.2113.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=25%
G=28.60%
B=46.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1111272060.460.3800.19229.8949.2262.16
Hex6F7FCE2E26013e6313e
Octal15717731656460233466176
Binary110111111111111100111010111010011001001111100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,127,206); }

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

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

 a { background-color: rgb(111,127,206); }

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

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

 span { border-color: rgb(111,127,206); }

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