#6A89FB

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

Shades of Cornflower Blue #6A89FB

Tints of Cornflower Blue #6A89FB

Color information

#6A89FB (or 0x6A89FB) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 89 and FB. RGB value is (106,137,251). Sum of RGB (Red+Green+Blue) = 106+137+251=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A89FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A89FB is #957604. Grayscale: #8C8C8C. Windows color (decimal): -9795077 or 16484714. OLE color: 16484714.

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

Color convert

RGB106137251-
CMYK0.580.4500.02
HSL227.17º94.77%70%-
HSV(B)227.17º57.77%98.43%-
XYZ32.327.9294.95-
YUV140.73190.23103.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.46%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=21.46%
G=27.73%
B=50.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061372510.580.4500.02227.1794.7770
Hex6A89FB3A2D02e35f46
Octal152211373725502343137106
Binary110101010001001111110111110101011010101110001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A89FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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