#6E7FF4

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

Shades of Cornflower Blue #6E7FF4

Tints of Cornflower Blue #6E7FF4

Color information

#6E7FF4 (or 0x6E7FF4) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 7F and F4. RGB value is (110,127,244). Sum of RGB (Red+Green+Blue) = 110+127+244=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 244 (95.70% from 255 or 50.73% from 481); Max value from RGB is 244 - color contains mainly: blue. Hex color #6E7FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FF4 is #91800B. Grayscale: #868686. Windows color (decimal): -9535500 or 16023406. OLE color: 16023406.

HSL color Cylindrical-coordinate representation of color #6E7FF4: hue angle of 232.39º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E7FF4 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB110127244-
CMYK0.550.4800.04
HSL232.39º85.9%69.41%-
HSV(B)232.39º54.92%95.69%-
XYZ30.3525.0388.82-
YUV135.26189.37109.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.87%
GREEN value IS 127 (50% from 255) = 26.40%
BLUE value IS 244 (95.70% from 255) = 50.73%
R=22.87%
G=26.40%
B=50.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1101272440.550.4800.04232.3985.969.41
Hex6E7FF4373004e85645
Octal156177364676004350126105
Binary110111011111111111010011011111000001001110100010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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