#6D88EF

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

Shades of Cornflower Blue #6D88EF

Tints of Cornflower Blue #6D88EF

Color information

#6D88EF (or 0x6D88EF) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 88 and EF. RGB value is (109,136,239). Sum of RGB (Red+Green+Blue) = 109+136+239=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D88EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D88EF is #927710. Grayscale: #8B8B8B. Windows color (decimal): -9598737 or 15698029. OLE color: 15698029.

HSL color Cylindrical-coordinate representation of color #6D88EF: hue angle of 227.54º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D88EF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB109136239-
CMYK0.540.4300.06
HSL227.54º80.25%68.24%-
HSV(B)227.54º54.39%93.73%-
XYZ30.6927.0985.27-
YUV139.67184.05106.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.52%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 239 (93.75% from 255) = 49.38%
R=22.52%
G=28.10%
B=49.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091362390.540.4300.06227.5480.2568.24
Hex6D88EF362B06e45044
Octal155210357665306344120104
Binary1101101100010001110111111011010101101101110010010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D88EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,136,239); }

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

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

 a { background-color: rgb(109,136,239); }

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

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

 span { border-color: rgb(109,136,239); }

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