#6C84EA

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

Shades of Cornflower Blue #6C84EA

Tints of Cornflower Blue #6C84EA

Color information

#6C84EA (or 0x6C84EA) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 84 and EA. RGB value is (108,132,234). Sum of RGB (Red+Green+Blue) = 108+132+234=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C84EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C84EA is #937B15. Grayscale: #888888. Windows color (decimal): -9665302 or 15369324. OLE color: 15369324.

HSL color Cylindrical-coordinate representation of color #6C84EA: hue angle of 228.57º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C84EA is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB108132234-
CMYK0.540.4400.08
HSL228.57º75%67.06%-
HSV(B)228.57º53.85%91.76%-
XYZ29.2925.6381.25-
YUV136.45183.05107.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.78%
GREEN value IS 132 (51.95% from 255) = 27.85%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=22.78%
G=27.85%
B=49.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1081322340.540.4400.08228.577567.06
Hex6C84EA362C08e54b43
Octal1542043526654010345113103
Binary11011001000010011101010110110101100010001110010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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