#6A9CFA

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

Shades of Cornflower Blue #6A9CFA

Tints of Cornflower Blue #6A9CFA

Color information

#6A9CFA (or 0x6A9CFA) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 9C and FA. RGB value is (106,156,250). Sum of RGB (Red+Green+Blue) = 106+156+250=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A9CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A9CFA is #956305. Grayscale: #979797. Windows color (decimal): -9790214 or 16424042. OLE color: 16424042.

HSL color Cylindrical-coordinate representation of color #6A9CFA: hue angle of 219.17º 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 #6A9CFA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106156250-
CMYK0.580.3800.02
HSL219.17º93.51%69.8%-
HSV(B)219.17º57.6%98.04%-
XYZ35.0933.7495.11-
YUV151.77183.4495.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.70%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=20.70%
G=30.47%
B=48.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061562500.580.3800.02219.1793.5169.8
Hex6A9CFA3A2602db5e46
Octal152234372724602333136106
Binary110101010011100111110101110101001100101101101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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