#6B91FC

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

Shades of Cornflower Blue #6B91FC

Tints of Cornflower Blue #6B91FC

Color information

#6B91FC (or 0x6B91FC) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 91 and FC. RGB value is (107,145,252). Sum of RGB (Red+Green+Blue) = 107+145+252=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B91FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B91FC is #946E03. Grayscale: #919191. Windows color (decimal): -9727492 or 16552299. OLE color: 16552299.

HSL color Cylindrical-coordinate representation of color #6B91FC: hue angle of 224.28º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B91FC is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107145252-
CMYK0.580.4200.01
HSL224.28º96.03%70.39%-
HSV(B)224.28º57.54%98.82%-
XYZ33.7630.496.18-
YUV145.84187.91100.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.23%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 252 (98.83% from 255) = 50%
R=21.23%
G=28.77%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1071452520.580.4200.01224.2896.0370.39
Hex6B91FC3A2A01e06046
Octal153221374725201340140106
Binary11010111001000111111100111010101010011110000011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B91FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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