#6c7df2

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

Shades of Cornflower Blue #6C7DF2

Tints of Cornflower Blue #6C7DF2

Color information

#6C7DF2 (or 0x6C7DF2) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 7D and F2. RGB value is (108,125,242). Sum of RGB (Red+Green+Blue) = 108+125+242=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #6C7DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C7DF2 is #93820D. Grayscale: #848484. Windows color (decimal): -9667086 or 15891820. OLE color: 15891820.

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

Color convert

RGB108125242-
CMYK0.550.4800.05
HSL232.39º83.75%68.63%-
HSV(B)232.39º55.37%94.9%-
XYZ29.5424.2787.13-
YUV133.26189.37109.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.74%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 242 (94.92% from 255) = 50.95%
R=22.74%
G=26.32%
B=50.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081252420.550.4800.05232.3983.7568.63
Hex6C7DF2373005e85445
Octal154175362676005350124105
Binary110110011111011111001011011111000001011110100010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c7df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,125,242); }

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

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

 a { background-color: rgb(108,125,242); }

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

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

 span { border-color: rgb(108,125,242); }

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