#6F84E5

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

Shades of Cornflower Blue #6F84E5

Tints of Cornflower Blue #6F84E5

Color information

#6F84E5 (or 0x6F84E5) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 84 and E5. RGB value is (111,132,229). Sum of RGB (Red+Green+Blue) = 111+132+229=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #6F84E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84E5 is #907B1A. Grayscale: #888888. Windows color (decimal): -9468699 or 15041647. OLE color: 15041647.

HSL color Cylindrical-coordinate representation of color #6F84E5: hue angle of 229.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F84E5 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111132229-
CMYK0.520.4200.10
HSL229.32º69.41%66.67%-
HSV(B)229.32º51.53%89.8%-
XYZ28.9525.5477.53-
YUV136.78180.04109.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.52%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 229 (89.84% from 255) = 48.52%
R=23.52%
G=27.97%
B=48.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111322290.520.4200.10229.3269.4166.67
Hex6F84E5342A0Ae54543
Octal1572043456452012345105103
Binary11011111000010011100101110100101010010101110010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F84E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,229); }

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

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

 a { background-color: rgb(111,132,229); }

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

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

 span { border-color: rgb(111,132,229); }

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