#6B91FE

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

Shades of Cornflower Blue #6B91FE

Tints of Cornflower Blue #6B91FE

Color information

#6B91FE (or 0x6B91FE) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 91 and FE. RGB value is (107,145,254). Sum of RGB (Red+Green+Blue) = 107+145+254=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B91FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B91FE is #946E01. Grayscale: #919191. Windows color (decimal): -9727490 or 16683371. OLE color: 16683371.

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

Color convert

RGB107145254-
CMYK0.580.4300.00
HSL224.49º98.66%70.78%-
HSV(B)224.49º57.87%99.61%-
XYZ34.0830.5397.86-
YUV146.06188.91100.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.15%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 254 (99.61% from 255) = 50.20%
R=21.15%
G=28.66%
B=50.20%

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
Decimal1071452540.580.4300.00224.4998.6670.78
Hex6B91FE3A2B00e06347
Octal153221376725300340143107
Binary11010111001000111111110111010101011001110000011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B91FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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