#6A7DFA

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

Shades of Cornflower Blue #6A7DFA

Tints of Cornflower Blue #6A7DFA

Color information

#6A7DFA (or 0x6A7DFA) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 7D and FA. RGB value is (106,125,250). Sum of RGB (Red+Green+Blue) = 106+125+250=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A7DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A7DFA is #958205. Grayscale: #858585. Windows color (decimal): -9798150 or 16416106. OLE color: 16416106.

HSL color Cylindrical-coordinate representation of color #6A7DFA: hue angle of 232.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A7DFA is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106125250-
CMYK0.580.5000.02
HSL232.08º93.51%69.8%-
HSV(B)232.08º57.6%98.04%-
XYZ30.5324.6393.59-
YUV133.57193.71108.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.04%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=22.04%
G=25.99%
B=51.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061252500.580.5000.02232.0893.5169.8
Hex6A7DFA3A3202e85e46
Octal152175372726202350136106
Binary11010101111101111110101110101100100101110100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,125,250); }

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

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

 a { background-color: rgb(106,125,250); }

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

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

 span { border-color: rgb(106,125,250); }

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