#6F7EEE

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

Shades of Cornflower Blue #6F7EEE

Tints of Cornflower Blue #6F7EEE

Color information

#6F7EEE (or 0x6F7EEE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 7E and EE. RGB value is (111,126,238). Sum of RGB (Red+Green+Blue) = 111+126+238=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F7EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7EEE is #908111. Grayscale: #858585. Windows color (decimal): -9470226 or 15629935. OLE color: 15629935.

HSL color Cylindrical-coordinate representation of color #6F7EEE: hue angle of 232.91º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F7EEE is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111126238-
CMYK0.530.4700.07
HSL232.91º78.88%68.43%-
HSV(B)232.91º53.36%93.33%-
XYZ29.4524.4784.06-
YUV134.28186.53111.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.37%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 238 (93.36% from 255) = 50.11%
R=23.37%
G=26.53%
B=50.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111262380.530.4700.07232.9178.8868.43
Hex6F7EEE352F07e94f44
Octal157176356655707351117104
Binary110111111111101110111011010110111101111110100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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