#6C84FE

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

Shades of Cornflower Blue #6C84FE

Tints of Cornflower Blue #6C84FE

Color information

#6C84FE (or 0x6C84FE) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 84 and FE. RGB value is (108,132,254). Sum of RGB (Red+Green+Blue) = 108+132+254=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C84FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C84FE is #937B01. Grayscale: #8A8A8A. Windows color (decimal): -9665282 or 16680044. OLE color: 16680044.

HSL color Cylindrical-coordinate representation of color #6C84FE: hue angle of 230.14º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C84FE is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB108132254-
CMYK0.570.4800.00
HSL230.14º98.65%70.98%-
HSV(B)230.14º57.48%99.61%-
XYZ32.3326.8597.24-
YUV138.73193.05106.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.86%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=21.86%
G=26.72%
B=51.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1081322540.570.4800.00230.1498.6570.98
Hex6C84FE393000e66347
Octal154204376716000346143107
Binary11011001000010011111110111001110000001110011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,132,254); }

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

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

 a { background-color: rgb(108,132,254); }

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

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

 span { border-color: rgb(108,132,254); }

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