#6A83F8

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

Shades of Cornflower Blue #6A83F8

Tints of Cornflower Blue #6A83F8

Color information

#6A83F8 (or 0x6A83F8) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 83 and F8. RGB value is (106,131,248). Sum of RGB (Red+Green+Blue) = 106+131+248=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #6A83F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6A83F8 is #957C07. Grayscale: #888888. Windows color (decimal): -9796616 or 16286570. OLE color: 16286570.

HSL color Cylindrical-coordinate representation of color #6A83F8: hue angle of 229.44º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A83F8 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB106131248-
CMYK0.570.4700.03
HSL229.44º91.03%69.41%-
HSV(B)229.44º57.26%97.25%-
XYZ3126.0792.21-
YUV136.86190.72105.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.86%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 248 (97.27% from 255) = 51.13%
R=21.86%
G=27.01%
B=51.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1061312480.570.4700.03229.4491.0369.41
Hex6A83F8392F03e55b45
Octal152203370715703345133105
Binary110101010000011111110001110011011110111110010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A83F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,131,248); }

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

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

 a { background-color: rgb(106,131,248); }

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

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

 span { border-color: rgb(106,131,248); }

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