#6892D7

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

Shades of Cornflower Blue #6892D7

Tints of Cornflower Blue #6892D7

Color information

#6892D7 (or 0x6892D7) is unknown color: approx Cornflower Blue. HEX triplet: 68, 92 and D7. RGB value is (104,146,215). Sum of RGB (Red+Green+Blue) = 104+146+215=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #6892D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892D7 is #976D28. Grayscale: #8C8C8C. Windows color (decimal): -9923881 or 14127720. OLE color: 14127720.

HSL color Cylindrical-coordinate representation of color #6892D7: hue angle of 217.3º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6892D7 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104146215-
CMYK0.520.3200.16
HSL217.3º58.12%62.55%-
HSV(B)217.3º51.63%84.31%-
XYZ28.2528.4168.28-
YUV141.31169.59101.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.37%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 215 (84.38% from 255) = 46.24%
R=22.37%
G=31.40%
B=46.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1041462150.520.3200.16217.358.1262.55
Hex6892D73420010d93a3f
Octal15022232764400203317277
Binary1101000100100101101011111010010000001000011011001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6892D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6892D7; }

 p { color: rgb(104,146,215); }

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

<style>
 a { background-color: #6892D7; }

 a { background-color: rgb(104,146,215); }

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

<style>
 span { border-color: #6892D7; }

 span { border-color: rgb(104,146,215); }

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