#6A95FB

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

Shades of Cornflower Blue #6A95FB

Tints of Cornflower Blue #6A95FB

Color information

#6A95FB (or 0x6A95FB) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 95 and FB. RGB value is (106,149,251). Sum of RGB (Red+Green+Blue) = 106+149+251=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A95FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A95FB is #956A04. Grayscale: #939393. Windows color (decimal): -9792005 or 16487786. OLE color: 16487786.

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

Color convert

RGB106149251-
CMYK0.580.4100.02
HSL222.21º94.77%70%-
HSV(B)222.21º57.77%98.43%-
XYZ34.131.5295.55-
YUV147.77186.2598.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.95%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 251 (98.44% from 255) = 49.60%
R=20.95%
G=29.45%
B=49.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061492510.580.4100.02222.2194.7770
Hex6A95FB3A2902de5f46
Octal152225373725102336137106
Binary110101010010101111110111110101010010101101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,149,251); }

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

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

 a { background-color: rgb(106,149,251); }

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

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

 span { border-color: rgb(106,149,251); }

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