#6B9AF1

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

Shades of Cornflower Blue #6B9AF1

Tints of Cornflower Blue #6B9AF1

Color information

#6B9AF1 (or 0x6B9AF1) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 9A and F1. RGB value is (107,154,241). Sum of RGB (Red+Green+Blue) = 107+154+241=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B9AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9AF1 is #94650E. Grayscale: #959595. Windows color (decimal): -9725199 or 15833707. OLE color: 15833707.

HSL color Cylindrical-coordinate representation of color #6B9AF1: hue angle of 218.96º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B9AF1 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB107154241-
CMYK0.560.3600.05
HSL218.96º82.72%68.24%-
HSV(B)218.96º55.6%94.51%-
XYZ33.532.5987.74-
YUV149.86179.4397.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.31%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 241 (94.53% from 255) = 48.01%
R=21.31%
G=30.68%
B=48.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1071542410.560.3600.05218.9682.7268.24
Hex6B9AF1382405db5344
Octal153232361704405333123104
Binary1101011100110101111000111100010010001011101101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,154,241); }

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

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

 a { background-color: rgb(107,154,241); }

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

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

 span { border-color: rgb(107,154,241); }

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