#6C87FB

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

Shades of Cornflower Blue #6C87FB

Tints of Cornflower Blue #6C87FB

Color information

#6C87FB (or 0x6C87FB) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 87 and FB. RGB value is (108,135,251). Sum of RGB (Red+Green+Blue) = 108+135+251=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C87FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C87FB is #937804. Grayscale: #8B8B8B. Windows color (decimal): -9664517 or 16484204. OLE color: 16484204.

HSL color Cylindrical-coordinate representation of color #6C87FB: hue angle of 228.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C87FB is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108135251-
CMYK0.570.4600.02
HSL228.67º94.7%70.39%-
HSV(B)228.67º56.97%98.43%-
XYZ32.2627.4894.87-
YUV140.15190.55105.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.86%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=21.86%
G=27.33%
B=50.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081352510.570.4600.02228.6794.770.39
Hex6C87FB392E02e55f46
Octal154207373715602345137106
Binary110110010000111111110111110011011100101110010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C87FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,135,251); }

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

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

 a { background-color: rgb(108,135,251); }

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

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

 span { border-color: rgb(108,135,251); }

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