#6A7BDF

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

Shades of Cornflower Blue #6A7BDF

Tints of Cornflower Blue #6A7BDF

Color information

#6A7BDF (or 0x6A7BDF) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 7B and DF. RGB value is (106,123,223). Sum of RGB (Red+Green+Blue) = 106+123+223=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7BDF is #958420. Grayscale: #808080. Windows color (decimal): -9798689 or 14646122. OLE color: 14646122.

HSL color Cylindrical-coordinate representation of color #6A7BDF: hue angle of 231.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A7BDF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106123223-
CMYK0.520.4500.13
HSL231.28º64.64%64.51%-
HSV(B)231.28º52.47%87.45%-
XYZ26.3522.5672.78-
YUV129.32180.87111.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.45%
GREEN value IS 123 (48.44% from 255) = 27.21%
BLUE value IS 223 (87.5% from 255) = 49.34%
R=23.45%
G=27.21%
B=49.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061232230.520.4500.13231.2864.6464.51
Hex6A7BDF342D0De74141
Octal1521733376455015347101101
Binary1101010111101111011111110100101101011011110011110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,123,223); }

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

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

 a { background-color: rgb(106,123,223); }

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

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

 span { border-color: rgb(106,123,223); }

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