#6b7efe

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

Shades of Cornflower Blue #6B7EFE

Tints of Cornflower Blue #6B7EFE

Color information

#6B7EFE (or 0x6B7EFE) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7E and FE. RGB value is (107,126,254). Sum of RGB (Red+Green+Blue) = 107+126+254=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B7EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EFE is #948101. Grayscale: #868686. Windows color (decimal): -9732354 or 16678507. OLE color: 16678507.

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

Color convert

RGB107126254-
CMYK0.580.5000.00
HSL232.24º98.66%70.78%-
HSV(B)232.24º57.87%99.61%-
XYZ31.4125.296.97-
YUV134.91195.21108.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.97%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 254 (99.61% from 255) = 52.16%
R=21.97%
G=25.87%
B=52.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1071262540.580.5000.00232.2498.6670.78
Hex6B7EFE3A3200e86347
Octal153176376726200350143107
Binary1101011111111011111110111010110010001110100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b7efe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,126,254); }

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

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

 a { background-color: rgb(107,126,254); }

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

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

 span { border-color: rgb(107,126,254); }

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