#6E82FF

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

Shades of Cornflower Blue #6E82FF

Tints of Cornflower Blue #6E82FF

Color information

#6E82FF (or 0x6E82FF) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 82 and FF. RGB value is (110,130,255). Sum of RGB (Red+Green+Blue) = 110+130+255=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E82FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E82FF is #917D00. Grayscale: #898989. Windows color (decimal): -9534721 or 16745070. OLE color: 16745070.

HSL color Cylindrical-coordinate representation of color #6E82FF: hue angle of 231.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E82FF is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB110130255-
CMYK0.570.4900
HSL231.72º100%71.57%-
HSV(B)231.72º56.86%100%-
XYZ32.4626.598.01-
YUV138.27193.87107.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.22%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 255 (100% from 255) = 51.52%
R=22.22%
G=26.26%
B=51.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1101302550.570.4900231.7210071.57
Hex6E82FF393100e86448
Octal156202377716100350144110
Binary11011101000001011111111111001110001001110100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E82FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,255); }

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

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

 a { background-color: rgb(110,130,255); }

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

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

 span { border-color: rgb(110,130,255); }

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