#6A87FB

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

Shades of Cornflower Blue #6A87FB

Tints of Cornflower Blue #6A87FB

Color information

#6A87FB (or 0x6A87FB) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 87 and FB. RGB value is (106,135,251). Sum of RGB (Red+Green+Blue) = 106+135+251=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A87FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A87FB is #957804. Grayscale: #8B8B8B. Windows color (decimal): -9795589 or 16484202. OLE color: 16484202.

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

Color convert

RGB106135251-
CMYK0.580.4600.02
HSL228º94.77%70%-
HSV(B)228º57.77%98.43%-
XYZ32.0227.3694.86-
YUV139.55190.89104.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=21.54%
G=27.44%
B=51.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061352510.580.4600.0222894.7770
Hex6A87FB3A2E02e45f46
Octal152207373725602344137106
Binary110101010000111111110111110101011100101110010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A87FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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