#6B92FE

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

Shades of Cornflower Blue #6B92FE

Tints of Cornflower Blue #6B92FE

Color information

#6B92FE (or 0x6B92FE) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 92 and FE. RGB value is (107,146,254). Sum of RGB (Red+Green+Blue) = 107+146+254=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B92FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B92FE is #946D01. Grayscale: #929292. Windows color (decimal): -9727234 or 16683627. OLE color: 16683627.

HSL color Cylindrical-coordinate representation of color #6B92FE: hue angle of 224.08º 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 #6B92FE is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB107146254-
CMYK0.580.4300.00
HSL224.08º98.66%70.78%-
HSV(B)224.08º57.87%99.61%-
XYZ34.2330.8497.91-
YUV146.65188.5899.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.10%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=21.10%
G=28.80%
B=50.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1071462540.580.4300.00224.0898.6670.78
Hex6B92FE3A2B00e06347
Octal153222376725300340143107
Binary11010111001001011111110111010101011001110000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B92FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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