#6BA4F9

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

Shades of Cornflower Blue #6BA4F9

Tints of Cornflower Blue #6BA4F9

Color information

#6BA4F9 (or 0x6BA4F9) is unknown color: approx Cornflower Blue. HEX triplet: 6B, A4 and F9. RGB value is (107,164,249). Sum of RGB (Red+Green+Blue) = 107+164+249=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #6BA4F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA4F9 is #945B06. Grayscale: #9C9C9C. Windows color (decimal): -9722631 or 16360555. OLE color: 16360555.

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

Color convert

RGB107164249-
CMYK0.570.3400.02
HSL215.92º92.21%69.8%-
HSV(B)215.92º57.03%97.65%-
XYZ36.4436.5294.75-
YUV156.65180.1292.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.58%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=20.58%
G=31.54%
B=47.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071642490.570.3400.02215.9292.2169.8
Hex6BA4F9392202d85c46
Octal153244371714202330134106
Binary110101110100100111110011110011000100101101100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,164,249); }

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

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

 a { background-color: rgb(107,164,249); }

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

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

 span { border-color: rgb(107,164,249); }

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