#678ADC

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

Shades of Cornflower Blue #678ADC

Tints of Cornflower Blue #678ADC

Color information

#678ADC (or 0x678ADC) is unknown color: approx Cornflower Blue. HEX triplet: 67, 8A and DC. RGB value is (103,138,220). Sum of RGB (Red+Green+Blue) = 103+138+220=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #678ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #678ADC is #987523. Grayscale: #888888. Windows color (decimal): -9991460 or 14453351. OLE color: 14453351.

HSL color Cylindrical-coordinate representation of color #678ADC: hue angle of 222.05º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #678ADC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103138220-
CMYK0.530.3700.14
HSL222.05º62.57%63.33%-
HSV(B)222.05º53.18%86.27%-
XYZ27.626.2371.32-
YUV136.88174.9103.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.34%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=22.34%
G=29.93%
B=47.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031382200.530.3700.14222.0562.5763.33
Hex678ADC35250Ede3f3f
Octal14721233465450163367777
Binary110011110001010110111001101011001010111011011110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678ADC; }

 p { color: rgb(103,138,220); }

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

<style>
 a { background-color: #678ADC; }

 a { background-color: rgb(103,138,220); }

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

<style>
 span { border-color: #678ADC; }

 span { border-color: rgb(103,138,220); }

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