#6BA1F5

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

Shades of Cornflower Blue #6BA1F5

Tints of Cornflower Blue #6BA1F5

Color information

#6BA1F5 (or 0x6BA1F5) is unknown color: approx Cornflower Blue. HEX triplet: 6B, A1 and F5. RGB value is (107,161,245). Sum of RGB (Red+Green+Blue) = 107+161+245=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #6BA1F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA1F5 is #945E0A. Grayscale: #9A9A9A. Windows color (decimal): -9723403 or 16097643. OLE color: 16097643.

HSL color Cylindrical-coordinate representation of color #6BA1F5: hue angle of 216.52º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BA1F5 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB107161245-
CMYK0.560.3400.04
HSL216.52º87.34%69.02%-
HSV(B)216.52º56.33%96.08%-
XYZ35.2935.2191.32-
YUV154.43179.1194.17-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.86%
GREEN value IS 161 (63.28% from 255) = 31.38%
BLUE value IS 245 (96.09% from 255) = 47.76%
R=20.86%
G=31.38%
B=47.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1071612450.560.3400.04216.5287.3469.02
Hex6BA1F5382204d95745
Octal153241365704204331127105
Binary1101011101000011111010111100010001001001101100110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,161,245); }

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

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

 a { background-color: rgb(107,161,245); }

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

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

 span { border-color: rgb(107,161,245); }

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