#6B9BFF

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

Shades of Cornflower Blue #6B9BFF

Tints of Cornflower Blue #6B9BFF

Color information

#6B9BFF (or 0x6B9BFF) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 9B and FF. RGB value is (107,155,255). Sum of RGB (Red+Green+Blue) = 107+155+255=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9BFF is #946400. Grayscale: #979797. Windows color (decimal): -9724929 or 16751467. OLE color: 16751467.

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

Color convert

RGB107155255-
CMYK0.580.3900
HSL220.54º100%70.98%-
HSV(B)220.54º58.04%100%-
XYZ35.8333.7999.24-
YUV152.05186.195.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.70%
GREEN value IS 155 (60.94% from 255) = 29.98%
BLUE value IS 255 (100% from 255) = 49.32%
R=20.70%
G=29.98%
B=49.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1071552550.580.3900220.5410070.98
Hex6B9BFF3A2700dd6447
Octal153233377724700335144107
Binary11010111001101111111111111010100111001101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,255); }

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

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

 a { background-color: rgb(107,155,255); }

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

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

 span { border-color: rgb(107,155,255); }

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