#677ADC

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

Shades of Cornflower Blue #677ADC

Tints of Cornflower Blue #677ADC

Color information

#677ADC (or 0x677ADC) is unknown color: approx Cornflower Blue. HEX triplet: 67, 7A and DC. RGB value is (103,122,220). Sum of RGB (Red+Green+Blue) = 103+122+220=445 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.15% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #677ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677ADC is #988523. Grayscale: #7F7F7F. Windows color (decimal): -9995556 or 14449255. OLE color: 14449255.

HSL color Cylindrical-coordinate representation of color #677ADC: hue angle of 230.26º 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 #677ADC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103122220-
CMYK0.530.4500.14
HSL230.26º62.57%63.33%-
HSV(B)230.26º53.18%86.27%-
XYZ25.4721.9770.61-
YUV127.49180.21110.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.15%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 220 (86.33% from 255) = 49.44%
R=23.15%
G=27.42%
B=49.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1031222200.530.4500.14230.2662.5763.33
Hex677ADC352D0Ee63f3f
Octal14717233465550163467777
Binary11001111111010110111001101011011010111011100110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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