#6C8CF1

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

Shades of Cornflower Blue #6C8CF1

Tints of Cornflower Blue #6C8CF1

Color information

#6C8CF1 (or 0x6C8CF1) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8C and F1. RGB value is (108,140,241). Sum of RGB (Red+Green+Blue) = 108+140+241=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C8CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8CF1 is #93730E. Grayscale: #8D8D8D. Windows color (decimal): -9663247 or 15830124. OLE color: 15830124.

HSL color Cylindrical-coordinate representation of color #6C8CF1: hue angle of 225.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C8CF1 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108140241-
CMYK0.550.4200.05
HSL225.56º82.61%68.43%-
HSV(B)225.56º55.19%94.51%-
XYZ31.4428.387.02-
YUV141.95183.9103.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.09%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=22.09%
G=28.63%
B=49.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081402410.550.4200.05225.5682.6168.43
Hex6C8CF1372A05e25344
Octal154214361675205342123104
Binary1101100100011001111000111011110101001011110001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,140,241); }

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

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

 a { background-color: rgb(108,140,241); }

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

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

 span { border-color: rgb(108,140,241); }

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