#6A7FED

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

Shades of Cornflower Blue #6A7FED

Tints of Cornflower Blue #6A7FED

Color information

#6A7FED (or 0x6A7FED) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 7F and ED. RGB value is (106,127,237). Sum of RGB (Red+Green+Blue) = 106+127+237=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A7FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7FED is #958012. Grayscale: #848484. Windows color (decimal): -9797651 or 15564650. OLE color: 15564650.

HSL color Cylindrical-coordinate representation of color #6A7FED: hue angle of 230.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A7FED is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106127237-
CMYK0.550.4600.07
HSL230.38º78.44%67.25%-
HSV(B)230.38º55.27%92.94%-
XYZ28.8224.3683.3-
YUV133.26186.54108.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.55%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 237 (92.97% from 255) = 50.43%
R=22.55%
G=27.02%
B=50.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061272370.550.4600.07230.3878.4467.25
Hex6A7FED372E07e64e43
Octal152177355675607346116103
Binary110101011111111110110111011110111001111110011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,127,237); }

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

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

 a { background-color: rgb(106,127,237); }

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

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

 span { border-color: rgb(106,127,237); }

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