#6B9FFB

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

Shades of Cornflower Blue #6B9FFB

Tints of Cornflower Blue #6B9FFB

Color information

#6B9FFB (or 0x6B9FFB) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 9F and FB. RGB value is (107,159,251). Sum of RGB (Red+Green+Blue) = 107+159+251=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #6B9FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9FFB is #946004. Grayscale: #999999. Windows color (decimal): -9723909 or 16490347. OLE color: 16490347.

HSL color Cylindrical-coordinate representation of color #6B9FFB: hue angle of 218.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B9FFB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB107159251-
CMYK0.570.3700.02
HSL218.33º94.74%70.2%-
HSV(B)218.33º57.37%98.43%-
XYZ35.8734.8996.11-
YUV153.94182.7794.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.70%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=20.70%
G=30.75%
B=48.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1071592510.570.3700.02218.3394.7470.2
Hex6B9FFB392502da5f46
Octal153237373714502332137106
Binary110101110011111111110111110011001010101101101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,159,251); }

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

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

 a { background-color: rgb(107,159,251); }

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

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

 span { border-color: rgb(107,159,251); }

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