#6B7ADB

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

Shades of Cornflower Blue #6B7ADB

Tints of Cornflower Blue #6B7ADB

Color information

#6B7ADB (or 0x6B7ADB) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 7A and DB. RGB value is (107,122,219). Sum of RGB (Red+Green+Blue) = 107+122+219=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7ADB is #948524. Grayscale: #808080. Windows color (decimal): -9733413 or 14383723. OLE color: 14383723.

HSL color Cylindrical-coordinate representation of color #6B7ADB: hue angle of 231.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B7ADB is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107122219-
CMYK0.510.4400.14
HSL231.96º60.87%63.92%-
HSV(B)231.96º51.14%85.88%-
XYZ25.8122.1669.93-
YUV128.57179.03112.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.88%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 219 (85.94% from 255) = 48.88%
R=23.88%
G=27.23%
B=48.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071222190.510.4400.14231.9660.8763.92
Hex6B7ADB332C0Ee83d40
Octal153172333635401635075100
Binary110101111110101101101111001110110001110111010001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,122,219); }

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

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

 a { background-color: rgb(107,122,219); }

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

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

 span { border-color: rgb(107,122,219); }

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